summaryrefslogtreecommitdiff
path: root/locale.js
diff options
context:
space:
mode:
Diffstat (limited to 'locale.js')
-rw-r--r--locale.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/locale.js b/locale.js
index bb21455..628e1c6 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2013-August-10';
+modules.locale = '2013-August-14';
// Global stuff
@@ -314,3 +314,14 @@ SnapTranslator.dict.pl = {
'last_changed':
'2013-08-05'
};
+
+SnapTranslator.dict.tw = {
+ 'language_name':
+ '繁體中文',
+ 'language_translator':
+ 'cch',
+ 'translator_e-mail':
+ 'cchuang2009@gmail.com',
+ 'last_changed':
+ '2013-8-14'
+};