Skip to content

Commit

Permalink
Update translation issue template (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: p3lim <[email protected]>
  • Loading branch information
github-actions[bot] and p3lim authored Dec 19, 2024
1 parent 059a291 commit 0f738d3
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions .github/ISSUE_TEMPLATE/translate.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file is auto-generated!
name: Translation
description: Provide a translation for in-game strings.
title: 'Translation: '
labels:
- enhancement
- translation
assignees:
- p3lim
- p3lim-wow
body:
- type: dropdown
id: locale
Expand All @@ -28,47 +28,59 @@ body:
attributes:
value: |
Please translate each sentence below into the fields next to them.
It is not required to translate all of them.
---
# the rest is a list of strings to translate
- type: input
attributes:
label: '"Change maps"'
description: This is used in the settings.
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"Change to the most appropriate map.\n\n|cffff0000Warning:|r This may cause errors!"'
description: This is used in the settings. '\n', '|cffff0000' and '|r' is formatting.
label: '"Change to the most appropriate map"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"Map pin scale"'
description: This is used in the settings.
label: '"How much extra scale to apply when map is zoomed"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"The scale of pins on the map"'
description: This is used in the settings.
label: '"Map pin scale"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"Pin size zoom factor"'
description: This is used in the settings.
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"How much extra scale to apply when map is zoomed"'
description: This is used in the settings.
label: '"Taxi world map"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"Taxi world map"'
description: This is used in the settings.
label: '"The scale of pins on the map"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"This will cause taint!"'
placeholder: Translation here
validations:
required: true
- type: input
attributes:
label: '"Use the normal world map for taxi"'
description: This is used in the settings.
placeholder: Translation here
validations:
required: true

0 comments on commit 0f738d3

Please sign in to comment.