From 8dc5e7f000246e490159d16af1a936d9da369025 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=85=83=E5=85=92=EF=BD=9E?= <me@yuaner.tw>
Date: Wed, 12 Feb 2014 20:30:24 +0800
Subject: [PATCH] Add Traditional Chinese Option

---
 include/functions.php                | 1 +
 locale/zh_TW/LC_MESSAGES/messages.po | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/functions.php b/include/functions.php
index 8e8832a58..1d613a737 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -79,6 +79,7 @@
 					"ru_RU" => "Русский",
 					"pt_BR" => "Portuguese/Brazil",
 					"zh_CN" => "Simplified Chinese",
+					"zh_TW" => "Traditional Chinese",
 					"sv_SE" => "Svenska",
 					"fi_FI" => "Suomi",
 					"tr_TR" => "Türkçe");
diff --git a/locale/zh_TW/LC_MESSAGES/messages.po b/locale/zh_TW/LC_MESSAGES/messages.po
index 7c63a85c1..e18ab140a 100644
--- a/locale/zh_TW/LC_MESSAGES/messages.po
+++ b/locale/zh_TW/LC_MESSAGES/messages.po
@@ -10,7 +10,7 @@ msgstr ""
 "POT-Creation-Date: 2013-12-09 09:22+0400\n"
 "PO-Revision-Date: 2014-02-12 19:20+0800\n"
 "Last-Translator: Yuan Chiu <me@yuaner.tw>\n"
-"Language-Team: 元兒~ <me@yuaner.tw>\n"
+"Language-Team: Yuan Chiu <me@yuaner.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-- 
GitLab