diff --git a/README.md b/README.md index 36ffe31f..50f0be5d 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ This app supports open repository in external tools listed in the table below. ## Contributing +Everyone is welcome to submit a PR. Please make sure your PR is based on the latest `develop` branch and the target branch of PR is `develop`. + Thanks to all the people who contribute. [![Contributors](https://contrib.rocks/image?repo=sourcegit-scm/sourcegit&columns=10)](https://github.com/sourcegit-scm/sourcegit/graphs/contributors) diff --git a/src/Models/Locales.cs b/src/Models/Locales.cs index bedd80db..b660c294 100644 --- a/src/Models/Locales.cs +++ b/src/Models/Locales.cs @@ -9,10 +9,10 @@ namespace SourceGit.Models public static readonly List Supported = new List() { new Locale("English", "en_US"), + new Locale("Deutsch", "de_DE"), 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) diff --git a/src/Resources/Locales/de_DE.axaml b/src/Resources/Locales/de_DE.axaml index 0ea89cc1..f8e3f2b3 100644 --- a/src/Resources/Locales/de_DE.axaml +++ b/src/Resources/Locales/de_DE.axaml @@ -1,4 +1,7 @@ + + + Info Über SourceGit • Erstellen mit