add a way to automatically integrate new strings in .po file, run it once
This commit is contained in:
parent
b372a92e7a
commit
0b77b1dc10
|
@ -241,6 +241,7 @@ bureau/class/reset_stats_conf.php -text
|
|||
bureau/class/variables.php -text
|
||||
bureau/head.php -text
|
||||
bureau/index.php -text
|
||||
bureau/locales/Makefile -text
|
||||
bureau/locales/README -text
|
||||
bureau/locales/de_DE/LC_MESSAGES/messages.po -text
|
||||
bureau/locales/en_US/LC_MESSAGES/manual.po -text
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
all: messages.po
|
||||
|
||||
|
||||
messages.po: ../*/*.php
|
||||
touch $@
|
||||
xgettext --force-po --omit-header -L PHP --from-code iso-8859-1 -j $^
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue