translation_issue.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: "🌐 Localization/Translation issue"
  2. description: Report incorrect translations.
  3. labels:
  4. - translation
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one!
  9. - type: input
  10. attributes:
  11. label: Dify version
  12. placeholder: 0.3.21
  13. description: Hover over system tray icon or look at Settings
  14. validations:
  15. required: true
  16. - type: input
  17. attributes:
  18. label: Utility with translation issue
  19. placeholder: Some area
  20. description: Please input here the utility with the translation issue
  21. validations:
  22. required: true
  23. - type: input
  24. attributes:
  25. label: 🌐 Language affected
  26. placeholder: "German"
  27. validations:
  28. required: true
  29. - type: textarea
  30. attributes:
  31. label: ❌ Actual phrase(s)
  32. placeholder: What is there? Please include a screenshot as that is extremely helpful.
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: ✔️ Expected phrase(s)
  38. placeholder: What was expected?
  39. validations:
  40. required: true
  41. - type: textarea
  42. attributes:
  43. label: ℹ Why is the current translation wrong
  44. placeholder: Why do you feel this is incorrect?
  45. validations:
  46. required: true