mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 23:40:12 +01:00
20 lines
534 B
YAML
20 lines
534 B
YAML
name: "🌐 Language request"
|
|
description: "You want to contribute to a language that isn't on Crowdin yet?"
|
|
title: "🌐 Language request: <language name in english>"
|
|
labels: [language-request]
|
|
body:
|
|
- 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
|