File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* Supports Windows/macOS/Linux
12
12
* Opensource/Free
13
13
* Fast
14
- * English/Français/Deutsch/Português/Русский/简体中文/繁體中文
14
+ * English/Español/ Français/Deutsch/Português/Русский/简体中文/繁體中文
15
15
* Built-in light/dark themes
16
16
* Customize theme
17
17
* Visual commit graph
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ public class Locale
9
9
10
10
public static readonly List < Locale > Supported = new List < Locale > ( ) {
11
11
new Locale ( "English" , "en_US" ) ,
12
+ new Locale ( "Español" , "es_ES" ) ,
12
13
new Locale ( "Deutsch" , "de_DE" ) ,
13
14
new Locale ( "Français" , "fr_FR" ) ,
14
15
new Locale ( "Português (Brasil)" , "pt_BR" ) ,
15
16
new Locale ( "Русский" , "ru_RU" ) ,
16
17
new Locale ( "简体中文" , "zh_CN" ) ,
17
18
new Locale ( "繁體中文" , "zh_TW" ) ,
18
- new Locale ( "Español" , "es_ES" ) ,
19
19
} ;
20
20
21
21
public Locale ( string name , string key )
You can’t perform that action at this time.
0 commit comments