mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Synchronize localizations from Transifex
This commit is contained in:
parent
1695a40446
commit
17efdbf3bd
9 changed files with 434 additions and 402 deletions
|
|
@ -103,6 +103,11 @@
|
|||
Translator.i18n('POPUPS_DOMAIN/TITLE_ADD_DOMAIN_WITH_NAME', {'NAME': sName}));
|
||||
}, this);
|
||||
|
||||
this.domainDesc = ko.computed(function () {
|
||||
var sName = this.name();
|
||||
return !this.edit() && sName ? Translator.i18n('POPUPS_DOMAIN/NEW_DOMAIN_DESC', {'NAME': '*@' + sName}) : '';
|
||||
}, this);
|
||||
|
||||
this.domainIsComputed = ko.computed(function () {
|
||||
|
||||
var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue