Browse Source

Updated Wrapper

pull/673/head
Dmitry Nefedov 5 months ago
parent
commit
68a06b45eb
  1. 14
      Wrapper/Config/wrapper_config.json
  2. 34
      Wrapper/Config/wrapper_localizations.json

14
Wrapper/Config/wrapper_config.json

@ -11,20 +11,6 @@
"urlLatestSophiaScriptDownloads": "https://github.com/farag2/Sophia-Script-for-Windows/releases/latest",
"autosaveFilename": "autosave.ps1",
"autosaveIntervalInSeconds": "300",
"widthWrapperInPixelsEN": "872",
"widthWrapperInPixelsRU": "1055",
"widthWrapperInPixelsDE": "1020",
"widthLabelInPixelsDefault": "225",
"widthLabelInPixelsContextTab": "243",
"widthComboBoxInPixelsEN": "155",
"widthComboBoxSystemTabInPixelsEN": "155",
"widthComboBoxStartMenuTabInPixelsEN": "230",
"widthComboBoxInPixelsRU": "175",
"widthComboBoxSystemTabInPixelsRU": "235",
"widthComboBoxStartMenuTabInPixelsRU": "260",
"widthComboBoxInPixelsDE": "150",
"widthComboBoxSystemTabInPixelsDE": "165",
"widthComboBoxStartMenuTabInPixelsDE": "250",
"startLineRegionSystemProtection": "#region Protection",
"endLineRegionSystemProtection": "#endregion Protection",
"startLineRegionPrivacy": "#region Privacy & Telemetry",

34
Wrapper/Config/wrapper_localizations.json

@ -0,0 +1,34 @@
[
{
"English": {
"Code": "en",
"Folder": "en-US",
"WidthOfWrapperInPixels": "872",
"WidthLabelInPixels": "225",
"WidthLabelContextTabInPixels": "243",
"WidthComboBoxInPixels": "155",
"WidthComboBoxSystemTabInPixels": "155",
"WidthComboBoxStartMenuTabInPixels": "230"
},
"German": {
"Code": "de",
"Folder": "de-DE",
"WidthOfWrapperInPixels": "1020",
"WidthLabelInPixels": "225",
"WidthLabelContextTabInPixels": "243",
"WidthComboBoxInPixels": "150",
"WidthComboBoxSystemTabInPixels": "165",
"WidthComboBoxStartMenuTabInPixels": "250"
},
"Russian": {
"Code": "ru",
"Folder": "ru-RU",
"WidthOfWrapperInPixels": "1055",
"WidthLabelInPixels": "225",
"WidthLabelContextTabInPixels": "243",
"WidthComboBoxInPixels": "175",
"WidthComboBoxSystemTabInPixels": "235",
"WidthComboBoxStartMenuTabInPixels": "260"
}
}
]
Loading…
Cancel
Save