diff --git a/sources/i18n/README.md b/sources/i18n/README.md index d3e69f1..21075fe 100644 --- a/sources/i18n/README.md +++ b/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