From 049f93b7db28b5c37e04e9a06c47975c17f831b9 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 18 Mar 2020 21:31:46 +1000 Subject: [PATCH] New translations translation.lang.yaml (German) --- languages/de-DE.lang.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/languages/de-DE.lang.yaml b/languages/de-DE.lang.yaml index f329cefa..8fb26ad5 100644 --- a/languages/de-DE.lang.yaml +++ b/languages/de-DE.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Deutsch" +#code - this is what the language will be referred to in our list of languages code: "de" +#contributors - people who have contributed to this translation contributors: "streaps" +#incomplete - whether to mark this language as incomplete incomplete: true