readme: keep the same order for locales

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-10-30 10:17:44 +08:00
parent df3b4e424a
commit 81fc859a37
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ namespace SourceGit.Models
public string Key { get; set; }
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"),