mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-20 10:44:35 +10:00
Update
- added FAQ - added forms yml - added "Report incorrect translations"
This commit is contained in:
31
.github/ISSUE_TEMPLATE/itranslation-fix.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/itranslation-fix.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user