mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
New translations translation.lang.yaml (Danish)
This commit is contained in:
parent
fd976813c1
commit
2a66103228
1 changed files with 9 additions and 0 deletions
9
languages/da-DK.lang.yaml
vendored
9
languages/da-DK.lang.yaml
vendored
|
|
@ -1,4 +1,13 @@
|
||||||
---
|
---
|
||||||
|
#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
|
||||||
name: "Dansk"
|
name: "Dansk"
|
||||||
|
#code - this is what the language will be referred to in our list of languages
|
||||||
code: "da"
|
code: "da"
|
||||||
|
#incomplete - whether to mark this language as incomplete
|
||||||
incomplete: true
|
incomplete: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue