Merge pull request #307 from warappa/features/305-add-german-translation

Add German translation
This commit is contained in:
leo 2024-08-01 09:49:10 +08:00
commit c8c881c38a
No known key found for this signature in database
4 changed files with 601 additions and 1 deletions

View file

@ -12,6 +12,7 @@ namespace SourceGit.Models
new Locale("Português (Brasil)", "pt_BR"),
new Locale("简体中文", "zh_CN"),
new Locale("繁體中文", "zh_TW"),
new Locale("Deutsch", "de_DE")
};
public Locale(string name, string key)