mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
translation: Load msgfmt path from config or default to /usr/bin/env msgfmt
refs #9615
This commit is contained in:
parent
d4c7261562
commit
8d137aa575
@ -450,7 +450,7 @@ class GettextTranslationHelper
|
|||||||
implode(
|
implode(
|
||||||
' ',
|
' ',
|
||||||
array(
|
array(
|
||||||
'/usr/bin/msgfmt',
|
$this->getConfig()->get('translation', 'msgfmt', '/usr/bin/env msgfmt'),
|
||||||
'-o ' . $targetPath,
|
'-o ' . $targetPath,
|
||||||
$this->tablePath
|
$this->tablePath
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user