From bae6e31b3cd0a239f59d4f052872b0f9835332aa Mon Sep 17 00:00:00 2001 From: Nicola Bernardini Date: Sun, 18 Feb 2018 19:07:39 +0100 Subject: [PATCH] added internationalization --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 6d94db2..b172edd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,24 @@ This is just an example application, but imagine it doing anything you want. Add The possibilities are endless. +## Internationalization + +To deal with internationalization and localization, just apply the following +patch: + +``` + +``` + +As an example, here is the italian internationalization of the entire +codebase: + +``` + +``` + +Mind you, the character set used should be UTF-16. + ### Building the Application Now that you have not done anything it's time to build your application: