Browse Source
Merge pull request #630 from BenchTweakGaming/master
Update README.md
pull/635/head
Dmitry Nefedov
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
3 deletions
-
Wrapper/README.md
|
@ -6,11 +6,13 @@ This program creates a PowerShell script file that you can run to customize Wind |
|
|
## Wrapper Files |
|
|
## Wrapper Files |
|
|
|
|
|
|
|
|
* `Sophia Script Wrapper.exe`: The GUI program. |
|
|
* `Sophia Script Wrapper.exe`: The GUI program. |
|
|
|
|
|
* `wrapper_config.json`: JSON that contatins the configuration settings for the GUI program. |
|
|
|
|
|
* `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. |
|
|
* `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. |
|
|
* `before_after.json`: JSON that contains the options (function names) for before and after the user selections for PowerShell script output. |
|
|
* `tooltip_Windows_1x.json`: ToolTips in JSON format. |
|
|
* `tooltip_Windows_1x.json`: JSON that contains translations for ToolTips/comments above functions. |
|
|
* `tag.json`: tags in JSON format. |
|
|
* `tag.json`: JSON that contains translations for tags. |
|
|
* `ui.json`: UI in JSON format. |
|
|
* `ui.json`: JSON that contains translations for UI. |
|
|
|
|
|
|
|
|
# How to translate UI into another language |
|
|
# How to translate UI into another language |
|
|
|
|
|
|
|
|