diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-08 13:55:43 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-08 14:26:26 +0200 |
commit | f13160f5cf0a6eb39667186a21fe96bb6dbae976 (patch) | |
tree | e7bca3511c98143fe55dc13a1b1f06462abc130b /po/Makefile | |
parent | ed72af63782c455ece6568b96849a29c43c79f1b (diff) | |
download | aurweb-f13160f5cf0a6eb39667186a21fe96bb6dbae976.tar.xz |
Add Chinese (Taiwan) translations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 1659f83..a75d6ff 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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=} |