Fix up the po guide so U don't have to. (#1959)
* let there be zh_HK zh_CN * fix the guide for U so you don't have to * zh.po rev 0.2A added * well, it's not needed to have it leak in to relase
This commit is contained in:
parent
3cc1099b77
commit
779a4269af
5 changed files with 32092 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk")
|
||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK")
|
||||
|
||||
for i in ${EXPORT_LANGS[@]}; do
|
||||
echo "compiling $i.po..."
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
FUR_VERSION="0.6.4"
|
||||
|
||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk")
|
||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK")
|
||||
|
||||
echo '#
|
||||
msgid ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue