Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling mistake in german #3250

Merged
merged 6 commits into from
May 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix spelling mistake german
speedfighter authored May 14, 2023
commit e9e27725866e75c33f71ed5ed83610dd9af58365
4 changes: 2 additions & 2 deletions Localization/Resources/de-DE/winget.resw
Original file line number Diff line number Diff line change
@@ -702,7 +702,7 @@ Sie können über die Einstellungsdatei „winget settings“ konfiguriert werde
<value>Zeigt verfügbare Upgrades an und führt sie aus.</value>
</data>
<data name="Usage" xml:space="preserve">
<value>Verwendung: {0}{1}</value>
<value>Verwendung: {0} {1}</value>
<comment>{Locked="{0}","{1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.</comment>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually. this issue could be fixed by updating locked words in comments in this file here

to be {Locked="{0} {1}"}

@speedfighter, would you make that change since you found this issue? Or I can make that change if you are not comfortable making it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this line here and here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can make these changes when I'm at home.

</data>
<data name="ValidateCommandLongDescription" xml:space="preserve">
@@ -1601,4 +1601,4 @@ Geben Sie eine option für --source an, um den Vorgang fortzusetzen.</value>
<value>Bereichsfilter für das installierte Paket auswählen (Benutzer oder Computer)</value>
<comment>This argument allows the user to select installed packages for just the user or for the entire machine.</comment>
</data>
</root>
</root>