#305: Add German translation

This commit is contained in:
warappa 2024-07-31 23:28:58 +02:00
parent b7c6d62c6d
commit edf09234c8
4 changed files with 601 additions and 1 deletions

View file

@ -11,6 +11,7 @@ namespace SourceGit.Models
new Locale("English", "en_US"),
new Locale("简体中文", "zh_CN"),
new Locale("繁體中文", "zh_TW"),
new Locale("Deutsch", "de_DE")
};
public Locale(string name, string key)