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
opt: update translation guide
migrate to Crowdin
This commit is contained in:
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: View existing translations
|
||||
url: https://crowdin.com/project/TA_utl
|
||||
about: You can modify existing translations in Crowdin.
|
||||
38
.github/ISSUE_TEMPLATE/language_request.yml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/language_request.yml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
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 (optional)
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user