Files
Tricky-Addon-Update-Target-…/.github/ISSUE_TEMPLATE/language_request.yml
KOWX712 3668cfe033 misc: update issue placeholder
xml format is unsupported attachment format
2025-07-05 00:18:52 +08:00

39 lines
1.1 KiB
YAML

name: Language request
description: Request a language to be added in WebUI
title: "New language request: "
labels: []
body:
- type: input
id: langauge
attributes:
label: Langauge
placeholder: English
validations:
required: true
- type: input
id: region
attributes:
label: Region (Optional)
placeholder: United States
validations:
required: false
- type: checkboxes
id: confirmation
attributes:
label: Confirmations
description: Make sure check the latest canary version to see if the language is already available before submitting issue.
options:
- label: This language is not already available in WebUI
required: true
- type: textarea
id: optional
attributes:
label: Upload translated file (optional)
description: Upload translated file based on template.xml if you have translated it
placeholder: translate the template in module/webui/locales/template.xml (compress in zip format before upload)
validations:
required: false