Skip to content

Commit 7172bee

Browse files
committed
feat: add new language issue template
1 parent cb3a1f9 commit 7172bee

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Copyright © Michal Čihař <michal@weblate.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
name: New language request
6+
description: Request adding a new language
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for requesting a new language.
12+
This form guides you in providing the language data needed by Weblate.
13+
- type: input
14+
id: language-code
15+
attributes:
16+
label: Language code
17+
description: The BCP 47 or ISO 639 language code to add.
18+
placeholder: tok
19+
validations:
20+
required: true
21+
- type: input
22+
id: language-name
23+
attributes:
24+
label: English language name
25+
description: The English name to use for this language.
26+
placeholder: Toki Pona
27+
validations:
28+
required: true
29+
- type: input
30+
id: plural-count
31+
attributes:
32+
label: Number of plural forms
33+
description: The number of plural forms for this language.
34+
placeholder: '2'
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: plural-formula
39+
attributes:
40+
label: Plural formula
41+
description: The gettext plural expression using n.
42+
placeholder: n != 1
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: sources
47+
attributes:
48+
label: Sources
49+
description: Please provide source links for the language code, English name, and plural data.
50+
placeholder: https://...
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: aliases
55+
attributes:
56+
label: Aliases or legacy codes
57+
description: List any non-standard, legacy, or common alternate codes that should map to this language.
58+
placeholder: |
59+
old_code -> tok
60+
- type: textarea
61+
id: population
62+
attributes:
63+
label: Speaker or population source
64+
description: If available, provide a speaker count and source link.
65+
placeholder: |
66+
12345 speakers, source:
67+
- type: textarea
68+
id: additional
69+
attributes:
70+
label: Additional context
71+
description: Add any other contextual info about the language request here.

0 commit comments

Comments
 (0)