CoolFace
Apppublic

Underground-Digital/Workflow-Engine

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
translation_issue.yml56 linesDownload Raw Back to ISSUE_TEMPLATE
1name: "🌐 Localization/Translation issue"2description: Report incorrect translations. [please use English :)]3labels:4  - translation5body:6  - type: checkboxes7    attributes:8      label: Self Checks9      description: "To make sure we get to you in time, please check the following :)"10      options:11        - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.12          required: true13        - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).14          required: true15        - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"16          required: true17        - label: "Please do not modify this template :) and fill in all the required fields."18          required: true19  - type: input20    attributes:21      label: Dify version22      description: Hover over system tray icon or look at Settings23    validations:24      required: true25  - type: input26    attributes:27      label: Utility with translation issue28      placeholder: Some area29      description: Please input here the utility with the translation issue30    validations:31      required: true32  - type: input33    attributes:34      label: 🌐 Language affected35      placeholder: "German"36    validations:37      required: true38  - type: textarea39    attributes:40      label: ❌ Actual phrase(s)41      placeholder: What is there? Please include a screenshot as that is extremely helpful.42    validations:43      required: true44  - type: textarea45    attributes:46      label: ✔️ Expected phrase(s)47      placeholder: What was expected?48    validations:49      required: true50  - type: textarea51    attributes:52      label: ℹ Why is the current translation wrong53      placeholder: Why do you feel this is incorrect?54    validations:55      required: true56