- Removed '10' as a translatable string

- Alterations to translation script
This commit is contained in:
Trigg 2022-07-22 16:26:08 +00:00
parent d611612600
commit 61e14e8bb9
6 changed files with 58 additions and 57 deletions

View file

@ -9,4 +9,6 @@ for dir in `find discover_overlay/locales/ -mindepth 1 -maxdepth 1 -type d`; do
touch "${dir}/LC_MESSAGES/default.po"
msgmerge -N ${dir}/LC_MESSAGES/default.po discover_overlay/locales/base.pot > ${dir}/LC_MESSAGES/default.po.new
mv ${dir}/LC_MESSAGES/default.po.new ${dir}/LC_MESSAGES/default.po
msgfmt -o ${dir}/LC_MESSAGES/default.mo ${dir}/LC_MESSAGES/default.po
done