mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
readme: keep the same order for locales
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
4a6cbddeac
commit
c2e83778cc
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
* Supports Windows/macOS/Linux
|
||||
* Opensource/Free
|
||||
* Fast
|
||||
* English/Español/Français/Deutsch/Português/Русский/简体中文/繁體中文
|
||||
* English/Deutsch/Español/Français/Português/Русский/简体中文/繁體中文
|
||||
* Built-in light/dark themes
|
||||
* Customize theme
|
||||
* Visual commit graph
|
||||
|
|
|
@ -9,8 +9,8 @@ namespace SourceGit.Models
|
|||
|
||||
public static readonly List<Locale> Supported = new List<Locale>() {
|
||||
new Locale("English", "en_US"),
|
||||
new Locale("Español", "es_ES"),
|
||||
new Locale("Deutsch", "de_DE"),
|
||||
new Locale("Español", "es_ES"),
|
||||
new Locale("Français", "fr_FR"),
|
||||
new Locale("Português (Brasil)", "pt_BR"),
|
||||
new Locale("Русский", "ru_RU"),
|
||||
|
|
Loading…
Reference in a new issue