instructions on how to contribute with translations

This commit is contained in:
Athou
2013-05-12 14:32:09 +02:00
parent 98aeccbb66
commit ba46399069

View File

@@ -64,7 +64,16 @@ Checkout the code and use maven to build and start a local TomEE instance.
`mvn clean package tomee:run`
The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Any change to the source code will be applied immediatly.
The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Any change to the source code will be applied immediatly.
Translate CommaFeed into your language
--------------------------------------
Files for internationalization are located [here](https://github.com/Athou/commafeed/tree/master/src/main/resources/i18n).
To add a new language, create a new file in that directory.
The name of the file should be the two-letters [ISO-639-1 language code](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes).
The language has to be referenced in the `languages.properties` file to be picked up.
Copyright and license
---------------------