Ran update-po.sh to bring PO files and POT template up-to-date.

Created a README.txt to remind myself what steps are needed in src/po/.
This commit is contained in:
William Kendrick 2007-05-09 07:38:07 +00:00
parent f4d0481f5f
commit 3c63533b42
72 changed files with 1575 additions and 414 deletions

16
src/po/README.txt Normal file
View file

@ -0,0 +1,16 @@
About Tux Paint's src/po/ folder
Bill Kendrick
bill@newbreedsoftware.com
2007-May-09
Run "update-po.sh" whenever new gettext() strings are added, or existing
ones (the original English text) are changed, so the changes are made
visible in the POT and PO files.
Run "update-po.sh" prior to a release, so any translations of the ".desktop"
file's strings get put into the ".desktop" file.
Thanks to Karl Ove Hufthammer for explaining these steps.