Skip to content

Commit

Permalink
fix extract_template
Browse files Browse the repository at this point in the history
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@206 349b9182-4a13-0410-896f-e5e9767dd1b3
  • Loading branch information
moyooo committed Dec 12, 2012
1 parent df4bbb9 commit 5280a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/extract_template.sh
Expand Up @@ -10,8 +10,8 @@ copyright='INDEPNET Development Team'
# Only strings with domain specified are extracted (use Xt args of keyword param to set number of args needed)

xgettext *.php */*.php -o locales/glpi.pot -L PHP --add-comments=TRANS --from-code=UTF-8 --force-po \
--keyword=_n:1,2,3t --keyword=__s:1,2t --keyword=__:1,2t --keyword=_e:1,2t --keyword=_x:1c,2,3t --keyword=_ex:1c,2,3t \
--keyword=_sx:1c,2,3t --keyword=_nx:1c,2,3,4t
--keyword=_n:1,2,4t --keyword=__s:1,2t --keyword=__:1,2t --keyword=_e:1,2t --keyword=_x:1c,2,3t --keyword=_ex:1c,2,3t \
--keyword=_sx:1c,2,3t --keyword=_nx:1c,2,3,5t


### for using tx :
Expand Down

0 comments on commit 5280a6d

Please sign in to comment.