translation.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. name: 🌍 Translation
  3. description: Request support for a new language in the user interface
  4. labels: ["type: translation"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. **NOTE:** This template is used only for proposing the addition of *new* languages. Please do
  10. not use it to request changes to existing translations.
  11. - type: input
  12. attributes:
  13. label: Language
  14. description: What is the name of the language in English?
  15. validations:
  16. required: true
  17. - type: input
  18. attributes:
  19. label: ISO 639-1 code
  20. description: >
  21. What is the two-letter [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
  22. assigned to the language?
  23. validations:
  24. required: true
  25. - type: dropdown
  26. attributes:
  27. label: Volunteer
  28. description: Are you a fluent speaker of this language **and** willing to contribute a translation map?
  29. options:
  30. - "Yes"
  31. - "No"
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Comments
  37. description: Any other notes you would like to share