Updated string files for translations
This commit is contained in:
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
File diff suppressed because it is too large
Load Diff
11
src/tint2conf/po/readme.txt
Normal file
11
src/tint2conf/po/readme.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Updating pot file:
|
||||||
|
|
||||||
|
find .. -name '*.c' | xargs xgettext --keyword=_ --language=C --output=updated.pot -
|
||||||
|
|
||||||
|
Followed by manual editing of updated.pot to make sure the header is OK. Then:
|
||||||
|
|
||||||
|
cat updated.pot > tint2conf.pot && rm -f updated.pot
|
||||||
|
|
||||||
|
Then update the po files:
|
||||||
|
|
||||||
|
for f in *.po ; do lang=$(basename $f .po); echo $lang ; msgmerge -i -o $lang.pox $lang.po tint2conf.pot ; cat ${lang}.pox > ${lang}.po ; rm ${lang}.pox ; done
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -150,3 +150,4 @@ src/tint2conf/po/pl.po
|
|||||||
src/tint2conf/po/tint2conf.pot
|
src/tint2conf/po/tint2conf.pot
|
||||||
src/freespace/freespace.c
|
src/freespace/freespace.c
|
||||||
src/freespace/freespace.h
|
src/freespace/freespace.h
|
||||||
|
src/tint2conf/po/readme.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user