Revert "[SSE] Remove be formula language"

This reverts commit 3a677c885e.
This commit is contained in:
Julia Radzhabova 2021-05-28 12:22:29 +03:00
parent 503f36c3b5
commit d6af203f4d
2 changed files with 4 additions and 0 deletions

View file

@ -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',

View file

@ -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",