mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
translation: Load xgettext path from config or default to /usr/bin/env xgettext
refs #9615
This commit is contained in:
parent
7160eb600a
commit
c9c97f3c61
@ -269,7 +269,7 @@ class GettextTranslationHelper
|
||||
implode(
|
||||
' ',
|
||||
array(
|
||||
'/usr/bin/xgettext',
|
||||
$this->getConfig()->get('translation', 'xgettext', '/usr/bin/env xgettext'),
|
||||
'--language=PHP',
|
||||
'--keyword=translate',
|
||||
'--keyword=translate:1,2c',
|
||||
|
Loading…
x
Reference in New Issue
Block a user