Update i18n README

This commit is contained in:
Julien VAUBOURG
2015-07-25 00:39:19 +02:00
parent 8cf1917cbc
commit 299272c1ea

View File

@@ -13,7 +13,7 @@ English is the default language when the browser language is not available.
Updating the pot file from template files: Updating the pot file from template files:
``` ```
xgettext sources/views/* -o sources/i18n/localization.pot xgettext sources/*.php sources/views/*.php -o sources/i18n/localization.pot
``` ```
## Add a new language ## Add a new language