mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup some localications and added Esperanto
This commit is contained in:
parent
b5920cbc32
commit
db95565b70
40 changed files with 44 additions and 227 deletions
|
|
@ -16,13 +16,12 @@ export class UserSettingsContacts /*extends AbstractViewSettings*/ {
|
|||
this.syncUser = ContactUserStore.syncUser;
|
||||
this.syncPass = ContactUserStore.syncPass;
|
||||
|
||||
const i18nSyncMode = key => i18n('SETTINGS_CONTACTS/SYNC_' + key);
|
||||
this.syncModeOptions = koComputable(() => {
|
||||
translatorTrigger();
|
||||
return [
|
||||
{ id: 0, name: i18nSyncMode('NO') },
|
||||
{ id: 1, name: i18nSyncMode('YES') },
|
||||
{ id: 2, name: i18nSyncMode('READ') },
|
||||
{ id: 0, name: i18n('GLOBAL/NO') },
|
||||
{ id: 1, name: i18n('GLOBAL/YES') },
|
||||
{ id: 2, name: i18n('SETTINGS_CONTACTS/SYNC_READ') },
|
||||
];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue