mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
feature: add Traditional Chinese option (#172)
This commit is contained in:
parent
7c2edd8fbc
commit
7201f71e4b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace SourceGit.Models
|
||||||
public static readonly List<Locale> Supported = new List<Locale>() {
|
public static readonly List<Locale> Supported = new List<Locale>() {
|
||||||
new Locale("English", "en_US"),
|
new Locale("English", "en_US"),
|
||||||
new Locale("简体中文", "zh_CN"),
|
new Locale("简体中文", "zh_CN"),
|
||||||
|
new Locale("繁體中文", "zh_TW"),
|
||||||
};
|
};
|
||||||
|
|
||||||
public Locale(string name, string key)
|
public Locale(string name, string key)
|
||||||
|
|
Loading…
Reference in a new issue