mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Add cmd interface
This commit is contained in:
parent
17669b7be0
commit
e6e1a19477
22 changed files with 540 additions and 111 deletions
|
|
@ -431,11 +431,11 @@ class LoginUserView extends AbstractViewNext
|
|||
|
||||
_.delay(() => {
|
||||
|
||||
LanguageStore.language.subscribe((sValue) => {
|
||||
LanguageStore.language.subscribe((value) => {
|
||||
|
||||
this.langRequest(true);
|
||||
|
||||
translatorReload(false, sValue).then(() => {
|
||||
translatorReload(false, value).then(() => {
|
||||
this.langRequest(false);
|
||||
this.bSendLanguage = true;
|
||||
}, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue