mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 08:01:46 -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
25 lines
796 B
YAML
25 lines
796 B
YAML
name: New Translation Request
|
|
description: Request new language translation for text or content on the launcher
|
|
title: "[TRANSLATION REQUEST] "
|
|
labels: ["translation request"]
|
|
body:
|
|
- type: input
|
|
id: language
|
|
attributes:
|
|
label: Request New Language
|
|
description: What language do you want our launcher to support?
|
|
placeholder: "e.g. German (de-DE), Russian (ru-RU), etc."
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: contriution_willingness
|
|
attributes:
|
|
label: Willingness to Contribute
|
|
description: Are you willing to help with the translation effort?
|
|
options:
|
|
- Yes, I can help translate from English to the requested language!
|
|
- No, I just want to request the language.
|
|
validations:
|
|
required: true
|