mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 19:51:47 -03:00
* docs: add new contributors to the list * docs: fix template and new adjustments * docs: fix github template & add new contributors * removed config.yml
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
name: Translation Fix Request
|
|
description: Request a fix of translation for text or content in the launcher
|
|
title: "[TRANSLATION FIX] "
|
|
labels: ["translation fix"]
|
|
body:
|
|
- type: input
|
|
id: language
|
|
attributes:
|
|
label: Target Language
|
|
description: What language do you want to translate to?
|
|
placeholder: "e.g. Spanish (es-ES), Portuguese (pt-BR), etc."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: source_text
|
|
attributes:
|
|
label: Source Text
|
|
description: The original text that needs to be translated.
|
|
placeholder: "Paste the text here..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Provide context about where this text appears or how it's used.
|
|
placeholder: "This text appears in..., It's used for..."
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Additional Notes
|
|
description: Any specific instructions or notes for the translator. |