File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Flow.Launcher.Core/Resource Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Português
97
97
Português (Brasil)
98
98
Italiano
99
99
Slovenský
100
+ Tiếng Việt
100
101
Droplex
101
102
Preinstalled
102
103
errormetadatafile
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
1
+ using System . Collections . Generic ;
2
2
3
3
namespace Flow . Launcher . Core . Resource
4
4
{
@@ -27,6 +27,8 @@ internal static class AvailableLanguages
27
27
public static Language Turkish = new Language ( "tr" , "Türkçe" ) ;
28
28
public static Language Czech = new Language ( "cs" , "čeština" ) ;
29
29
public static Language Arabic = new Language ( "ar" , "اللغة العربية" ) ;
30
+ public static Language Vietnamese = new Language ( "vi-vn" , "Tiếng Việt" ) ;
31
+
30
32
31
33
public static List < Language > GetAvailableLanguages ( )
32
34
{
@@ -54,7 +56,8 @@ public static List<Language> GetAvailableLanguages()
54
56
Slovak ,
55
57
Turkish ,
56
58
Czech ,
57
- Arabic
59
+ Arabic ,
60
+ Vietnamese
58
61
} ;
59
62
return languages ;
60
63
}
You can’t perform that action at this time.
0 commit comments