mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Added Traditional Chinese (Taiwan) translation
This commit is contained in:
parent
3e9a7a55c6
commit
c8cda5fb5b
3 changed files with 620 additions and 2 deletions
|
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue