Fixed name in German typo (#79)

@SoftCreatR: "Deutsche" means "germans", but speaking of the language, it's just "Deutsch".
This commit is contained in:
Sascha Greuel 2018-01-30 04:17:20 +01:00 committed by Jeremy "EndenDragon" Zhang
parent 9fb7d82700
commit 588d9175a7

View File

@ -118,7 +118,7 @@ LANGUAGES = [
{
"code": "de_DE",
"name_en": "German",
"name": "Deutsche",
"name": "Deutsch",
"translators": [
{
"name": "futureyess22",
@ -382,4 +382,4 @@ LANGUAGES = [
},
],
},
]
]