mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
fix extract_template
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@206 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
df4bbb9e79
commit
5280a6d5e9
@ -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)
|
# 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 \
|
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=_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,4t
|
--keyword=_sx:1c,2,3t --keyword=_nx:1c,2,3,5t
|
||||||
|
|
||||||
|
|
||||||
### for using tx :
|
### for using tx :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user