mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
update po files
and disable fuzzy
This commit is contained in:
parent
b542bfbb3a
commit
3d4a3caab2
21 changed files with 53912 additions and 51836 deletions
4194
po/furnace.pot
4194
po/furnace.pot
File diff suppressed because it is too large
Load diff
4174
po/pt_BR.po
4174
po/pt_BR.po
File diff suppressed because it is too large
Load diff
4194
po/zh_HK.po
4194
po/zh_HK.po
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ cd po
|
|||
for i in ${EXPORT_LANGS[@]}; do
|
||||
if [ -e "$i".po ]; then
|
||||
echo "merging $i"".po..."
|
||||
msgmerge --backup=none -U "$i".po furnace.pot || exit 1
|
||||
msgmerge --backup=none -N -U "$i".po furnace.pot || exit 1
|
||||
else
|
||||
echo "creating $i"".po..."
|
||||
msginit -i furnace.pot -l "$i".UTF-8 --no-translator || exit 1
|
||||
|
|
Loading…
Reference in a new issue