aboutsummaryrefslogtreecommitdiff
path: root/po/updatepo.sh
AgeCommit message (Collapse)Author
2024-02-08Clean - HARDINFO2 BASEbigbear
2018-09-08po: updatepo.sh output shows c-format and fuzzy stringsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30po/updatepo.sh: updatesBurt P
* include includes/ * output git description in stats * fix spelling mistake * set/reset X-Poedit-Basepath header Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-22po/updatepo.sh: print statsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19updatepo.sh: sort output of find, use more logical search orderBurt P
An attempt to make updatepo.sh generate hardinfo.pot and .po files that are the same regardless of the machine, so that diffs are less noisy and more useful. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Fixup translation supportBurt P
* Use `bash updatepo.sh` instead of `make pot`. `make pot` will cause absolute paths to appear in hardinfo.pot of whomever last ran it. * C_() and NC_() support added for contexts Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Re-update .po files, without fuzzy matchingBurt P
Most of the fuzzy matches were way off. Add -N to msgmerge to fix. Signed-off-by: Burt P <pburt0@gmail.com>