Got rid of indonesian, catalan, and turkish translations - they are currently unsupported by the Android market

pull/14/head
Tim Su 14 years ago
parent 0c32676667
commit d3f84c7b33

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -36,8 +36,8 @@ if [ ! -e /usr/bin/gettext ]; then
fi
# Set the languages here (po -> name of .po file. res -> name of res folder)
po_lang=( "ca" "cs" "de" "es" "fr" "id" "it" "ja" "ko" "nb" "nl" "pl" "pt" "ru" "sv" "tr" "zh_CN" "zh_TW")
res_lang=("ca" "cs" "de" "es" "fr" "id" "it" "ja" "ko" "nb" "nl" "pl" "pt" "ru" "sv" "tr" "zh-rCN" "zh-rTW")
po_lang=( "cs" "de" "es" "fr" "it" "ja" "ko" "nb" "nl" "pl" "pt" "ru" "sv" "zh_CN" "zh_TW")
res_lang=("cs" "de" "es" "fr" "it" "ja" "ko" "nb" "nl" "pl" "pt" "ru" "sv" "zh-rCN" "zh-rTW")
#Change the dirs where the files are located.
launchpad_po_files_dir="translations"

Loading…
Cancel
Save