From c2084f86600bb76d5349b86eb625779e73fef020 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 10 Nov 2019 04:51:42 +1000 Subject: [PATCH] New translations translation.lang.yaml (Spanish) --- languages/es-ES.lang.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/languages/es-ES.lang.yaml b/languages/es-ES.lang.yaml index 658560aa..28e4defd 100644 --- a/languages/es-ES.lang.yaml +++ b/languages/es-ES.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: "EspaƱol" +#code - this is what the language will be referred to in our list of languages code: "es" -contributors: "Mauropek" +#contributors - people who have contributed to this translation +contributors: "Mauropek\nUnLokitoFeliz " +#incomplete - whether to mark this language as incomplete incomplete: true