Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

zh-TW.lang.yaml 611B

12345678910111213
  1. ---
  2. #translation info file for our example language
  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. #we split up translations in this way so that they can be displayed more nicely on CrowdIn
  8. #name - this is the 'nice' or 'full' name of the language
  9. name: "語言"
  10. #code - this is what the language will be referred to in our list of languages
  11. code: "zh-TW"
  12. #incomplete - whether to mark this language as incomplete
  13. incomplete: true