Make the "show inline images as attachments" optional and cleanup localization data

This commit is contained in:
the-djmaze 2022-10-03 20:15:12 +02:00
parent 02eb5ad4e8
commit a51f86ae28
45 changed files with 1006 additions and 1251 deletions

View file

@ -81,8 +81,8 @@ class SquireUI
// html: '〈〉',
// cmd: () => this.setMode('plain' == this.mode ? 'wysiwyg' : 'plain'),
select: [
[i18n('SETTINGS_GENERAL/LABEL_EDITOR_HTML'),'wysiwyg'],
[i18n('SETTINGS_GENERAL/LABEL_EDITOR_PLAIN'),'plain']
[i18n('SETTINGS_GENERAL/EDITOR_HTML'),'wysiwyg'],
[i18n('SETTINGS_GENERAL/EDITOR_PLAIN'),'plain']
],
cmd: s => this.setMode('plain' == s.value ? 'plain' : 'wysiwyg'),
hint: i18n('EDITOR/TEXT_SWITCHER_PLAIN_TEXT', 'Plain')