From ba463990699e73a611a118be6bedd3b45fe61bd6 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 12 May 2013 14:32:09 +0200 Subject: [PATCH] instructions on how to contribute with translations --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db7fa91..f9c26326 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------