diff options
Diffstat (limited to 'po/HOWTO.txt')
-rw-r--r-- | po/HOWTO.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/po/HOWTO.txt b/po/HOWTO.txt index 6773d6ea..afe9a8c2 100644 --- a/po/HOWTO.txt +++ b/po/HOWTO.txt @@ -1,2 +1,9 @@ -update .pot : make pot in build/ -update .po files after .pot update : ? +Translators +=========== + +IF POSSIBLE, run `bash updatepo.sh` in the po/ directory before begining. +This will regenerate hardinfo.pot and update all the .po files. +NOTHING IS LOST if this isn't done, but it prevents wasting time translating +strings that have changed, or are no longer used. + +DO NOT use `make pot`! |