diff --git a/Wox.Core/Resource/AvailableLanguages.cs b/Wox.Core/Resource/AvailableLanguages.cs index 8fa1c6e700..f8caab2875 100644 --- a/Wox.Core/Resource/AvailableLanguages.cs +++ b/Wox.Core/Resource/AvailableLanguages.cs @@ -12,6 +12,8 @@ namespace Wox.Core.Resource public static Language Japanese = new Language("ja", "日本語"); public static Language Dutch = new Language("nl", "Dutch"); public static Language Polish = new Language("pl", "Polski"); + public static Language Danish = new Language("da", "Dansk"); + public static Language German = new Language("de", "Deutsch"); public static List GetAvailableLanguages() { @@ -24,7 +26,9 @@ namespace Wox.Core.Resource French, Japanese, Dutch, - Polish + Polish, + Danish, + German }; return languages; diff --git a/Wox/Languages/de.xaml b/Wox/Languages/de.xaml index e009d2b385..270084ab29 100644 --- a/Wox/Languages/de.xaml +++ b/Wox/Languages/de.xaml @@ -25,7 +25,7 @@ Maximale Anzahl Ergebnissen Ignoriere Tastenkombination wenn Fenster im Vollbildmodus ist Python-Verzeichnis - Automatische Aktuallisierung + Automatische Aktualisierung Auswählen Verstecke Wox bei Systemstart @@ -40,13 +40,13 @@ Abfragezeit: {0}ms - Thema - Suche nach weiteren Themas + Theme + Suche nach weiteren Themes Hallo Wox Abfragebox Schriftart Ergebnis Schriftart Fenstermodus - Druchsichtigkeit + Transparenz Tastenkombination diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index 306fa0ec3c..6d6cedbd58 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -274,6 +274,11 @@ Designer PreserveNewest + + MSBuild:Compile + Designer + PreserveNewest + MSBuild:Compile Designer