mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update AvailableLanguages.cs
This commit is contained in:
parent
da26a17163
commit
c74374903d
1 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ namespace Flow.Launcher.Core.Resource
|
|||
public static Language Norwegian_Bokmal = new Language("nb-NO", "Norsk Bokmål");
|
||||
public static Language Slovak = new Language("sk", "Slovenský");
|
||||
public static Language Turkish = new Language("tr", "Türkçe");
|
||||
public static Language Czech = new Language("cs", "čeština");
|
||||
|
||||
public static List<Language> GetAvailableLanguages()
|
||||
{
|
||||
|
|
@ -50,7 +51,8 @@ namespace Flow.Launcher.Core.Resource
|
|||
Italian,
|
||||
Norwegian_Bokmal,
|
||||
Slovak,
|
||||
Turkish
|
||||
Turkish,
|
||||
Czech
|
||||
};
|
||||
return languages;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue