diff options
Diffstat (limited to 'locale.js')
| -rw-r--r-- | locale.js | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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' +}; |
