1
0
mirror of synced 2024-11-22 09:14:24 +01:00

added internationalization

This commit is contained in:
Nicola Bernardini 2018-02-18 19:07:39 +01:00
parent ed6c73fc16
commit bae6e31b3c

View File

@ -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: