mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Added Polish language (#750)
This commit is contained in:
committed by
bao-qian
parent
c9d73bf1a4
commit
b745626a9f
@@ -11,6 +11,7 @@ namespace Wox.Core.Resource
|
||||
public static Language French = new Language("fr", "Français");
|
||||
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 List<Language> GetAvailableLanguages()
|
||||
{
|
||||
@@ -22,7 +23,8 @@ namespace Wox.Core.Resource
|
||||
Russian,
|
||||
French,
|
||||
Japanese,
|
||||
Dutch
|
||||
Dutch,
|
||||
Polish
|
||||
|
||||
};
|
||||
return languages;
|
||||
|
||||
Reference in New Issue
Block a user