From 6852eaa77e94b1ddccf55dc5a2f02bda0296b742 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 17 May 2013 19:05:25 +0200 Subject: [PATCH] readme typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0493ca..e9154916 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ 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. -When adding new terms translations, add them in en.properties then run `mvn -e groovy:execute -Pi18n``. It will parse the english file and add new entries in the other translation files. +When adding new translations, add them in en.properties then run `mvn -e groovy:execute -Pi18n`. It will parse the english file and add placeholders in the other translation files. Copyright and license ---------------------