update for makefile changes

This commit is contained in:
Antoine Beaupré 2006-05-13 22:09:38 +00:00
parent 6dccaa9c49
commit b91589d794
1 changed files with 6 additions and 9 deletions

View File

@ -24,17 +24,14 @@ to translate AlternC in any language.
2. How to update language files. 2. How to update language files.
When the programm is updated, the po and pot files in locales/ are When the programm is updated, the po files in locales/ are changed to
changed to reflect the new developped features. reflect the new developped features.
You can launch You can just call the makefile to have the files regenerated:
./updatelang.sh <languagecode> cd admin/locales
make
from "locales/" to update your language po files. New strings will have from "locales/" to update your language po files. New strings will have
an empty "msgstr" value, and obsoletes one will be commented out with an empty "msgstr" value, and obsoletes one will be commented out with
#~ #~
Example :
./updatelang.sh fr_FR