I18n: use xgettext & msgcat --force-po argument to be sure POT files will be created even if no message is found
This commit is contained in:
parent
f4c75bc513
commit
6c9a2d1d3e
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ class I18n {
|
||||||
$result = run_external_command(array_merge(
|
$result = run_external_command(array_merge(
|
||||||
array(
|
array(
|
||||||
'msgcat',
|
'msgcat',
|
||||||
"-t", "utf-8", "--use-first",
|
"-t", "utf-8", "--use-first", "--force-po",
|
||||||
"-o", "$root_path/messages.pot",
|
"-o", "$root_path/messages.pot",
|
||||||
"$root_path/headers.pot",
|
"$root_path/headers.pot",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue