From 299272c1ea2bf45e98704987c0d221507dc5e451 Mon Sep 17 00:00:00 2001 From: Julien VAUBOURG Date: Sat, 25 Jul 2015 00:39:19 +0200 Subject: [PATCH] Update i18n README --- sources/i18n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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