You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
39 lines
1.1 KiB
YAML
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
|