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 #67

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Fix #67

Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion WUView/Languages/Strings.de-DE.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<sys:String x:Key="SettingsEnum_Theme_Darker">Dunkler</sys:String>
<sys:String x:Key="SettingsEnum_Theme_Light">Hell</sys:String>
<sys:String x:Key="SettingsEnum_Theme_System">System</sys:String>
</ResourceDictionary>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LANGUAGE FILE UPDATES
Expand Down Expand Up @@ -299,4 +300,4 @@
<!-- A | About_GitHub -->
<!-- A | Button_Close -->
<!-- End of changes on 2023/11/13 -->
</ResourceDictionary>

2 changes: 1 addition & 1 deletion WUView/Models/UILanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public override string ToString()
new UILanguage {Language = "Spanish", LanguageCode = "es-ES", LanguageNative = "Español", Contributor = "My AWESOME brother Steve"},
new UILanguage {Language = "Italian", LanguageCode = "it-IT", LanguageNative = "Italiano", Contributor = "RB"},
new UILanguage {Language = "Dutch", LanguageCode = "nl-NL", LanguageNative = "Nederlands", Contributor = "Tim"},
new UILanguage {Language = "German", LanguageCode = "de-DE", LanguageNative = "Deutsch", Contributor = "Timthreetwelve"},
new UILanguage {Language = "German", LanguageCode = "de-DE", LanguageNative = "Deutsch", Contributor = "Timthreetwelve & Henry2o1o"},
new UILanguage {Language = "French", LanguageCode = "fr-FR", LanguageNative = "Français", Contributor = "Timthreetwelve"},
new UILanguage {Language = "Catalan", LanguageCode = "ca-ES", LanguageNative = "Català", Contributor = "Timthreetwelve"},
new UILanguage {Language = "Polish", LanguageCode = "pl-PL", LanguageNative = "Polski", Contributor = "FadeMind"},
Expand Down