mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
Merge pull request #307 from warappa/features/305-add-german-translation
Add German translation
This commit is contained in:
commit
c8c881c38a
4 changed files with 601 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue