We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3b4e4 commit 81fc859Copy full SHA for 81fc859
README.md
@@ -11,7 +11,7 @@
11
* Supports Windows/macOS/Linux
12
* Opensource/Free
13
* Fast
14
-* English/Deutsch/Español/Français/Português/Русский/简体中文/繁體中文
+* Deutsch/English/Español/Français/Português/Русский/简体中文/繁體中文
15
* Built-in light/dark themes
16
* Customize theme
17
* Visual commit graph
src/Models/Locales.cs
@@ -8,8 +8,8 @@ public class Locale
8
public string Key { get; set; }
9
10
public static readonly List<Locale> Supported = new List<Locale>() {
- new Locale("English", "en_US"),
new Locale("Deutsch", "de_DE"),
+ new Locale("English", "en_US"),
new Locale("Español", "es_ES"),
new Locale("Français", "fr_FR"),
new Locale("Português (Brasil)", "pt_BR"),
0 commit comments