mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-18 05:34:47 +10:00
- added Italian translation for installer (Thanks to @francescoaracu) - typos in translation corrected
33 lines
797 B
YAML
33 lines
797 B
YAML
name: "🌐 Localization/Translation issue"
|
||
description: Report incorrect translations.
|
||
labels: 🌐 Fix translation
|
||
body:
|
||
- type: dropdown
|
||
id: langselect
|
||
attributes:
|
||
label: 🌐 Select language
|
||
options:
|
||
- English
|
||
- Russian
|
||
- Italian
|
||
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
|