Added Traditional Chinese (Taiwan) translation

This commit is contained in:
RainLoop Team 2014-10-24 16:35:39 +04:00
parent 3e9a7a55c6
commit c8cda5fb5b
3 changed files with 620 additions and 2 deletions

View file

@ -328,9 +328,10 @@
self.langRequest(true);
Utils.reloadLanguage(sValue, function() {
self.langRequest(false);
self.bSendLanguage = true;
$.cookie('rllang', sValue, {'expires': 30});
}, null, function() {
}, function() {
self.langRequest(false);
});