Skip to content

Commit

Permalink
Support new Horde_Translation#gettext_define() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 28, 2014
1 parent e8e8c48 commit 1d082a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/bin/horde-translation
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class Horde_Translation_Script
$sh = $this->xgettext
. ' --language=PHP'
. ' --from-code=iso-8859-1'
. ' --keyword=_ --keyword=ngettext --keyword=t --keyword=n'
. ' --keyword=_ --keyword=ngettext --keyword=t --keyword=n --keyword=gettext_define'
. ' --sort-output'
. ' --package-name=' . ($this->apps[$i] == 'imp' ? 'IMP' : ucfirst($this->apps[$i]))
. ' --copyright-holder="Horde LLC (http://www.horde.org/)"'
Expand Down

0 comments on commit 1d082a0

Please sign in to comment.