You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example.lang.yaml 985B

12345678910111213141516171819202122
  1. # language file for our example language
  2. # if you're creating a new language file, base it off this one (this one contains all the strings you can replace)
  3. # name - this is the 'nice' or 'full' name of the language
  4. name: "Example"
  5. # code - this is what the language will be referred to in our list of languages
  6. code: "example"
  7. # maintainers - these are the maintainer details given
  8. maintainers: "Daniel Oaks <daniel@danieloaks.net>"
  9. # incomplete - whether to mark this language as incomplete
  10. incomplete: true
  11. # translations - this holds the actual replacements
  12. # make sure this is the last part of the file, and that the below string, "translations:",
  13. # stays as-is. the language-update processor uses the next line to designate which part of
  14. # the file to ignore and which part to actually process.
  15. translations:
  16. "Welcome to the Internet Relay Network %s": "Welcome braaaah to the IRN broski %s"
  17. "Language preferences have been set": "You've set your languages man, wicked!"