mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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(
|
||||
' ',
|
||||
array(
|
||||
'/usr/bin/msgfmt',
|
||||
$this->getConfig()->get('translation', 'msgfmt', '/usr/bin/env msgfmt'),
|
||||
'-o ' . $targetPath,
|
||||
$this->tablePath
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user