mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2663 from onesounds/Vietnamese
Add Vietnamese Support
This commit is contained in:
commit
a288ee401c
2 changed files with 6 additions and 2 deletions
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
|
|
@ -97,6 +97,7 @@ Português
|
|||
Português (Brasil)
|
||||
Italiano
|
||||
Slovenský
|
||||
Tiếng Việt
|
||||
Droplex
|
||||
Preinstalled
|
||||
errormetadatafile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Flow.Launcher.Core.Resource
|
||||
{
|
||||
|
|
@ -27,6 +27,8 @@ namespace Flow.Launcher.Core.Resource
|
|||
public static Language Turkish = new Language("tr", "Türkçe");
|
||||
public static Language Czech = new Language("cs", "čeština");
|
||||
public static Language Arabic = new Language("ar", "اللغة العربية");
|
||||
public static Language Vietnamese = new Language("vi-vn", "Tiếng Việt");
|
||||
|
||||
|
||||
public static List<Language> GetAvailableLanguages()
|
||||
{
|
||||
|
|
@ -54,7 +56,8 @@ namespace Flow.Launcher.Core.Resource
|
|||
Slovak,
|
||||
Turkish,
|
||||
Czech,
|
||||
Arabic
|
||||
Arabic,
|
||||
Vietnamese
|
||||
};
|
||||
return languages;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue