diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 48d32cde2..b9bbfbf16 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -876,6 +876,7 @@ 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 }, @@ -1369,6 +1370,7 @@ define([ txtThemeLight: 'Light', txtThemeDark: 'Dark', strPasteButton: 'Show Paste Options button when content is pasted', + txtBe: 'Belarusian', txtBg: 'Bulgarian', txtCa: 'Catalan', txtZh: 'Chinese', @@ -1392,6 +1394,7 @@ 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 857780fa3..316292d18 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2023,6 +2023,7 @@ "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",