mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add Chinese (Taiwan) translations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
ed72af6378
commit
f13160f5cf
3 changed files with 1255 additions and 2 deletions
|
@ -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
1251
po/zh_TW.po
Normal file
File diff suppressed because it is too large
Load diff
|
@ -45,7 +45,8 @@ $SUPPORTED_LANGS = array(
|
|||
"sr" => "Srpski",
|
||||
"tr" => "Türkçe",
|
||||
"uk" => "Українська",
|
||||
"zh_CN" => "简体中文"
|
||||
"zh_CN" => "简体中文",
|
||||
"zh_TW" => "正體中文"
|
||||
);
|
||||
|
||||
function __() {
|
||||
|
|
Loading…
Add table
Reference in a new issue