mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
code_review: PR #1174
- keeps all keys in locale files in order - add தமிழ் (Tamil) Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
accccb5ea3
commit
af350c2fcd
7 changed files with 49 additions and 44 deletions
|
@ -18,6 +18,7 @@ namespace SourceGit.Models
|
|||
new Locale("简体中文", "zh_CN"),
|
||||
new Locale("繁體中文", "zh_TW"),
|
||||
new Locale("日本語", "ja_JP"),
|
||||
new Locale("தமிழ் (Tamil)", "ta_IN"),
|
||||
};
|
||||
|
||||
public Locale(string name, string key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue