選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

example.lang.yaml 739B

1234567891011121314151617181920
  1. # language info file for our example language
  2. #
  3. # languages are made up of a few different files:
  4. # <locale>.lang.yaml - general info about the translation
  5. # <locale>-irc.lang.json - IRC strings to be translated
  6. # <locale>-help.lang.json - help entries to be translated
  7. #
  8. # we split up translations in this way so that they can be displayed more nicely on CrowdIn
  9. # name - this is the 'nice' or 'full' name of the language
  10. name: "Example"
  11. # code - this is what the language will be referred to in our list of languages
  12. code: "example"
  13. # maintainers - these are the maintainer details given
  14. maintainers: "Daniel Oaks <daniel@danieloaks.net>"
  15. # incomplete - whether to mark this language as incomplete
  16. incomplete: true