ergo/languages/nl-NL.lang.yaml

16 lines
727 B
YAML
Raw Permalink Normal View History

2019-02-03 18:54:18 +01:00
---
#translation info file for our example language
#languages are made up of a few different files:
#<locale>.lang.yaml - general info about the translation
#<locale>-irc.lang.json - IRC strings to be translated
#<locale>-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
2019-02-03 18:54:18 +01:00
name: "Nederlands"
#code - this is what the language will be referred to in our list of languages
2019-02-03 18:54:18 +01:00
code: "nl"
#contributors - people who have contributed to this translation
contributors: "Jan de Vries <example@example.com>"
#incomplete - whether to mark this language as incomplete
2019-02-03 18:54:18 +01:00
incomplete: true