- added FAQ
 - added forms yml
 - added "Report incorrect translations"
This commit is contained in:
amd64fox
2022-07-28 17:03:10 +03:00
parent 6d9930c7cd
commit e6c06a89bb
11 changed files with 308 additions and 95 deletions

View File

@@ -0,0 +1,31 @@
name: "🌐 Localization/Translation issue"
description: Report incorrect translations.
labels: 🌐 Fix translation
body:
- type: dropdown
id: langselect
attributes:
label: 🌐 Select language
options:
- English
- Russian
validations:
required: true
- type: textarea
attributes:
label: ❌ Actual phrase(s)
placeholder: What is there? Please include a screenshot as that is extremely helpful.
validations:
required: true
- type: textarea
attributes:
label: ✔️ Expected phrase(s)
placeholder: What was expected?
validations:
required: true
- type: textarea
attributes:
label: Why is the current translation wrong
placeholder: Why do you feel this is incorrect?
validations:
required: true