add a way to automatically integrate new strings in .po file, run it once

This commit is contained in:
Antoine Beaupré 2006-05-13 21:28:24 +00:00
parent b372a92e7a
commit 0b77b1dc10
3 changed files with 209 additions and 179 deletions

1
.gitattributes vendored
View File

@ -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

6
bureau/locales/Makefile Normal file
View File

@ -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