diff --git a/apps/documenteditor/mobile/app/template/EditText.template b/apps/documenteditor/mobile/app/template/EditText.template index 7bd4f253e..56d48d190 100644 --- a/apps/documenteditor/mobile/app/template/EditText.template +++ b/apps/documenteditor/mobile/app/template/EditText.template @@ -16,10 +16,10 @@
diff --git a/apps/documenteditor/mobile/app/view/edit/EditText.js b/apps/documenteditor/mobile/app/view/edit/EditText.js index a23226e38..9fd095eba 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditText.js +++ b/apps/documenteditor/mobile/app/view/edit/EditText.js @@ -248,7 +248,11 @@ define([ textLineSpacing: 'Line Spacing', textBullets: 'Bullets', textNone: 'None', - textNumbers: 'Numbers' + textNumbers: 'Numbers', + textСharacterBold: 'B', + textСharacterItalic: 'I', + textСharacterUnderline: 'U', + textСharacterStrikethrough: 'S' } })(), DE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index cd1fff1cf..37bf15d21 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -352,6 +352,10 @@ "DE.Views.EditText.textLineSpacing": "Междустрочный интервал", "DE.Views.EditText.textNone": "Нет", "DE.Views.EditText.textNumbers": "Нумерация", + "DE.Views.EditText.textСharacterBold": "Ж", + "DE.Views.EditText.textСharacterItalic": "К", + "DE.Views.EditText.textСharacterUnderline": "Ч", + "DE.Views.EditText.textСharacterStrikethrough": "Т", "DE.Views.EditText.textSize": "Размер", "DE.Views.EditText.textSmallCaps": "Малые прописные", "DE.Views.EditText.textStrikethrough": "Зачеркнутый",