mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 23:40:12 +01:00
27 lines
686 B
YAML
27 lines
686 B
YAML
name: "🌐 Language request"
|
|
description: "You want to contribute to a language that isn't on Crowdin yet?"
|
|
title: "🌐 Language request: "
|
|
labels: [language-request]
|
|
body:
|
|
- type: input
|
|
id: language-name-english
|
|
attributes:
|
|
label: "🌐 Language name (English)"
|
|
placeholder: "Swiss German"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: language-name-native
|
|
attributes:
|
|
label: "🌐 Language name (native)"
|
|
placeholder: "Schweizerdeutsch"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: language-code
|
|
attributes:
|
|
label: "🌐 Language code"
|
|
placeholder: "de-CH"
|
|
validations:
|
|
required: true
|