diff --git a/Wrapper/Config/wrapper_accessibility_scales.json b/Wrapper/Config/wrapper_accessibility_scales.json new file mode 100644 index 00000000..3ec4ade9 --- /dev/null +++ b/Wrapper/Config/wrapper_accessibility_scales.json @@ -0,0 +1,28 @@ +[ + { + "70": { + "HeightAdjustInPixels": "30" + }, + "80": { + "HeightAdjustInPixels": "30" + }, + "90": { + "HeightAdjustInPixels": "20" + }, + "100": { + "HeightAdjustInPixels": "20" + }, + "125": { + "HeightAdjustInPixels": "12" + }, + "150": { + "HeightAdjustInPixels": "10" + }, + "175": { + "HeightAdjustInPixels": "10" + }, + "200": { + "HeightAdjustInPixels": "1" + } + } +] diff --git a/Wrapper/Localizations/de-DE/ui.json b/Wrapper/Localizations/de-DE/ui.json index 7bc9bb8b..4f798bc9 100644 --- a/Wrapper/Localizations/de-DE/ui.json +++ b/Wrapper/Localizations/de-DE/ui.json @@ -17,11 +17,11 @@ "menuThemeDark": "Dunkel", "menuThemeLight": "Hell", "menuLanguage": "Sprache", - "menuAbout": "Über", "menuAccessibility": "Zugänglichkeit", "menuScaleUp": "Vergrößern", "menuScale": "Skala", "menuScaleDown": "Verkleinern", + "menuAbout": "Über", "menuDonate": "Spenden" } }, diff --git a/Wrapper/Localizations/en-US/ui.json b/Wrapper/Localizations/en-US/ui.json index 0f134965..d92b1d6d 100644 --- a/Wrapper/Localizations/en-US/ui.json +++ b/Wrapper/Localizations/en-US/ui.json @@ -17,11 +17,11 @@ "menuThemeDark": "Dark", "menuThemeLight": "Light", "menuLanguage": "Language", - "menuAbout": "About", "menuAccessibility": "Accessibility", "menuScaleUp": "Scale Up", "menuScale": "Scale", "menuScaleDown": "Scale Down", + "menuAbout": "About", "menuDonate": "Donate" } }, diff --git a/Wrapper/Localizations/ru-RU/ui.json b/Wrapper/Localizations/ru-RU/ui.json index dbd24b2e..af5e6e79 100644 --- a/Wrapper/Localizations/ru-RU/ui.json +++ b/Wrapper/Localizations/ru-RU/ui.json @@ -16,12 +16,12 @@ "menuTheme": "Тема", "menuThemeDark": "Тёмная", "menuThemeLight": "Светлая", - "menuLanguage": "Язык", - "menuAbout": "О программе", + "menuLanguage": "Язык", "menuAccessibility": "Доступность", "menuScaleUp": "Масштабирование", "menuScale": "Масштаб", "menuScaleDown": "Уменьшить масштаб", + "menuAbout": "О программе", "menuDonate": "Пожертвовать" } }, diff --git a/Wrapper/SophiaScriptWrapper.exe b/Wrapper/SophiaScriptWrapper.exe index 52c49d23..af4fee25 100644 Binary files a/Wrapper/SophiaScriptWrapper.exe and b/Wrapper/SophiaScriptWrapper.exe differ