Translate

This commit is contained in:
Dany De Bontridder 2018-11-20 22:32:48 +01:00
parent d7e06af96f
commit d5449d656c
4 changed files with 4226 additions and 1876 deletions

View file

@ -7,8 +7,11 @@
# Author D. DE BONTRIDDER danydb@aevalys.eu
echo "Extract"
cd ..
FILE=/tmp/file-list.$$
find . -type f -name \*.php > $FILE
# CATALOG
xgettext -L PHP -j --from-code=UTF-8 -p html/lang/ html/*.php include/*.php include/template/*.php include/ext/*/*.php include/ext/*/include/*.php include/ext/*/include/template/*.php include/lib/*.php include/ajax/*.php include/export/*.php include/class/*.php
xgettext -L PHP -j --from-code=UTF-8 -p html/lang -f $FILE
# For dutch
echo "Dutch"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff