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:
leo 2025-04-11 12:31:09 +08:00
parent accccb5ea3
commit af350c2fcd
No known key found for this signature in database
7 changed files with 49 additions and 44 deletions

View file

@ -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)