3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
ergo/languages/example.lang.yaml

21 lines
739 B
YAML
Raw Normal View History

# language 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: "Example"
# code - this is what the language will be referred to in our list of languages
code: "example"
# maintainers - these are the maintainer details given
maintainers: "Daniel Oaks <daniel@danieloaks.net>"
# incomplete - whether to mark this language as incomplete
incomplete: true