Add Chinese (Taiwan) translations

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-08 13:55:43 +02:00
parent ed72af6378
commit f13160f5cf
3 changed files with 1255 additions and 2 deletions

View file

@ -26,7 +26,8 @@ POFILES = \
sr.po \
tr.po \
uk.po \
zh_CN.po
zh_CN.po \
zh_TW.po
MOFILES = ${POFILES:.po=.mo}
LOCALES = ${MOFILES:.mo=}

1251
po/zh_TW.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,8 @@ $SUPPORTED_LANGS = array(
"sr" => "Srpski",
"tr" => "Türkçe",
"uk" => "Українська",
"zh_CN" => "简体中文"
"zh_CN" => "简体中文",
"zh_TW" => "正體中文"
);
function __() {