Browse Source

Update i18n README

Julien VAUBOURG 9 years ago
parent
commit
dc606378b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sources/i18n/README.md

+ 1 - 1
sources/i18n/README.md

@@ -13,7 +13,7 @@ English is the default language when the browser language is not available.
 
 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