From 8499e4d47b59a0ccfbab2ddd2e0f8a520968340e Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Tue, 12 Mar 2019 14:05:26 +0300 Subject: [PATCH] [PE] Fixed text style button localization --- .../mobile/app/template/EditText.template | 8 ++++---- apps/presentationeditor/mobile/app/view/edit/EditText.js | 6 +++++- apps/presentationeditor/mobile/locale/ru.json | 4 ++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/apps/presentationeditor/mobile/app/template/EditText.template b/apps/presentationeditor/mobile/app/template/EditText.template index 86a9f854e2..dea0be4cab 100644 --- a/apps/presentationeditor/mobile/app/template/EditText.template +++ b/apps/presentationeditor/mobile/app/template/EditText.template @@ -12,10 +12,10 @@
  • diff --git a/apps/presentationeditor/mobile/app/view/edit/EditText.js b/apps/presentationeditor/mobile/app/view/edit/EditText.js index 7597225ef4..c0bf1530fb 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditText.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditText.js @@ -238,7 +238,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' } })(), PE.Views.EditText || {})) }); \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index 8514615250..1ef8f06d60 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -426,6 +426,10 @@ "PE.Views.EditText.textSmallCaps": "Малые прописные", "PE.Views.EditText.textStrikethrough": "Зачеркнутый", "PE.Views.EditText.textSubscript": "Подстрочные", + "PE.Views.EditText.textСharacterBold": "Ж", + "PE.Views.EditText.textСharacterItalic": "К", + "PE.Views.EditText.textСharacterUnderline": "Ч", + "PE.Views.EditText.textСharacterStrikethrough": "Т", "PE.Views.Search.textCase": "С учетом регистра", "PE.Views.Search.textDone": "Готово", "PE.Views.Search.textFind": "Поиск",