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
9797Português (Brasil)
9898Italiano
9999Slovenský
100+ Tiếng Việt
100101Droplex
101102Preinstalled
102103errormetadatafile
Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
1+ using System . Collections . Generic ;
22
33namespace Flow . Launcher . Core . Resource
44{
@@ -27,6 +27,8 @@ internal static class AvailableLanguages
2727 public static Language Turkish = new Language ( "tr" , "Türkçe" ) ;
2828 public static Language Czech = new Language ( "cs" , "čeština" ) ;
2929 public static Language Arabic = new Language ( "ar" , "اللغة العربية" ) ;
30+ public static Language Vietnamese = new Language ( "vi-vn" , "Tiếng Việt" ) ;
31+
3032
3133 public static List < Language > GetAvailableLanguages ( )
3234 {
@@ -54,7 +56,8 @@ public static List<Language> GetAvailableLanguages()
5456 Slovak ,
5557 Turkish ,
5658 Czech ,
57- Arabic
59+ Arabic ,
60+ Vietnamese
5861 } ;
5962 return languages ;
6063 }
You can’t perform that action at this time.
0 commit comments