From 3a677c885ed979a42f1bcff9cf520eef0ebd6004 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 24 May 2021 13:20:50 +0300 Subject: [PATCH] [SSE] Remove be formula language --- apps/spreadsheeteditor/main/app/view/FileMenuPanels.js | 3 --- apps/spreadsheeteditor/main/locale/en.json | 1 - 2 files changed, 4 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index b9bbfbf16..48d32cde2 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -876,7 +876,6 @@ define([ var formula_arr = [ { value: 'en', displayValue: this.txtEn, exampleValue: this.txtExampleEn }, - { value: 'be', displayValue: this.txtBe, exampleValue: this.txtExampleBe }, { value: 'bg', displayValue: this.txtBg, exampleValue: this.txtExampleEn }, { value: 'ca', displayValue: this.txtCa, exampleValue: this.txtExampleCa }, { value: 'zh', displayValue: this.txtZh, exampleValue: this.txtExampleEn }, @@ -1370,7 +1369,6 @@ define([ txtThemeLight: 'Light', txtThemeDark: 'Dark', strPasteButton: 'Show Paste Options button when content is pasted', - txtBe: 'Belarusian', txtBg: 'Bulgarian', txtCa: 'Catalan', txtZh: 'Chinese', @@ -1394,7 +1392,6 @@ define([ txtTr: 'Turkish', txtUk: 'Ukrainian', txtVi: 'Vietnamese', - txtExampleBe: 'СУММ; МИН; МАКС; СЧЁТ', txtExampleCa: 'SUMA; MIN; MAX; COMPT', txtExampleCs: 'SUMA; MIN; MAX; POČET', txtExampleDa: 'SUM; MIN; MAKS; TÆL', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 466e76f76..1c2386a84 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2022,7 +2022,6 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Save to Server", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Every Minute", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Reference Style", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Belarusian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgarian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Catalan", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Default cache mode",