winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 345e6aac99a290823dba108a21e243952ca560f4
parent 708941baa52c4899ffa2fa0ebb87798b05341338
Author: jamespik <48262337+jamespik@users.noreply.github.com>
Date:   Wed,  6 May 2020 12:50:50 -0700

Add locked comments to disable localization for special strings (#104)


Diffstat:
Msrc/AppInstallerCLIPackage/Shared/Strings/en-us/Resources.resw | 2+-
Msrc/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/Resources.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/Resources.resw @@ -119,6 +119,6 @@ </resheader> <data name="DoNotAddStringsHere" xml:space="preserve"> <value>Not Localized</value> - <comment>This file is required to establish the basic expected subresource in the resource map. It is not used to facilitate localization with other projects.</comment> + <comment>{Locked} This file is required to establish the basic expected subresource in the resource map. It is not used to facilitate localization with other projects.</comment> </data> </root> \ No newline at end of file diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -214,6 +214,7 @@ </data> <data name="NoVTArguementDescription" xml:space="preserve"> <value>Disables VirtualTerminal display</value> + <comment>{Locked="VirtualTerminal"}</comment> </data> <data name="OverrideArgumentDescription" xml:space="preserve"> <value>Override arguments to be passed on to the installer</value>