mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
feature: add Traditional Chinese option (#172)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace SourceGit.Models
|
||||
public static readonly List<Locale> Supported = new List<Locale>() {
|
||||
new Locale("English", "en_US"),
|
||||
new Locale("简体中文", "zh_CN"),
|
||||
new Locale("繁體中文", "zh_TW"),
|
||||
};
|
||||
|
||||
public Locale(string name, string key)
|
||||
|
||||
Reference in New Issue
Block a user