From 316ad3d3756c6a9c2c64717b1c1f2706a2d1f58b Mon Sep 17 00:00:00 2001 From: BenchTweakGaming <76974127+BenchTweakGaming@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:19:33 -0500 Subject: [PATCH] Update README.md Update translations adding --- Wrapper/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Wrapper/README.md b/Wrapper/README.md index ab1d27da..74954b4b 100644 --- a/Wrapper/README.md +++ b/Wrapper/README.md @@ -1,12 +1,13 @@ ## Sophia Script Wrapper -Created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/). +Created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/sophia-script-wrapper-for-sophia-script-for-windows/). This program creates a PowerShell script file that you can run to customize Windows based on Sophia Script. It serves as a front-end GUI for the Sophia Script. It is called a Wrapper. ## Wrapper Files * `Sophia Script Wrapper.exe`: The GUI program. -* `wrapper_config.json`: JSON that contatins the configuration settings for the GUI program. +* `wrapper_config.json`: JSON that contains the configuration settings for the GUI program. +* `wrapper_localizations.json`: JSON that contains the configuration settings for the all the language settings. * `Set-ConsoleFont.ps1`: PS1 that is run to set PS console to correct font when running PS version 5.x. * `config_Windows_1x.json`: JSON that contains the options (function names), Sophia preset and Windows Default preset, LTSC version. * `before_after.json`: JSON that contains the options (function names) for before and after the user selections for PowerShell script output. @@ -16,8 +17,9 @@ This program creates a PowerShell script file that you can run to customize Wind # How to translate UI into another language -Copy and translate the `en-US` folder files in `Localizations` to your language. You also need to translate the `tag.json` from either the `ru-RU` or `de-DE` folders in `Localizations` to your language and submit to us to add the language entry. +UPDATE: Adding languages is created now. Copy and translate the `en-US` folder files in `Localizations` to your language. You also need to translate the `tag.json` from either the `ru-RU` or `de-DE` folders in `Localizations` to your language and edit the `wrapper_localizations.json` file to add the language entry with control sizing. # How to Use -Unzip all the files and import the `Sophia.ps1` preset file to import and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled. +Download both the `Wrapper` and `Sophia Script for Windows` zip files. Unzip all both files. Import the `Sophia.ps1` preset file from script folder to import settings and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled. +