2018-01-21 07:11:16 +01:00
|
|
|
# language file for our example language
|
|
|
|
# if you're creating a new language file, base it off this one (this one contains all the strings you can replace)
|
|
|
|
|
|
|
|
# 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>"
|
|
|
|
|
2018-01-21 07:49:17 +01:00
|
|
|
# incomplete - whether to mark this language as incomplete
|
|
|
|
incomplete: true
|
|
|
|
|
2018-01-22 08:30:31 +01:00
|
|
|
# translations - this holds the actual replacements
|
|
|
|
# make sure this is the last part of the file, and that the below string, "translations:",
|
|
|
|
# stays as-is. the language-update processor uses the next line to designate which part of
|
|
|
|
# the file to ignore and which part to actually process.
|
|
|
|
translations:
|
|
|
|
"Welcome to the Internet Relay Network %s": "Welcome braaaah to the IRN broski %s"
|
|
|
|
"Language preferences have been set": "You've set your languages man, wicked!"
|