Skip to content

Commit 06ea2a5

Browse files
committed
Updated issue templates
1 parent a552a5b commit 06ea2a5

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/04-add-translations.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
Please translate the labels on the right. For new languages, translate
2222
each line. For existing languages, only translate lines containing the
2323
icon :arrow_left: and remove the icon before submitting.
24-
[More](https://squidfunk.github.io/mkdocs-material/contributing/adding-a-translation/#translations)
24+
[More](https://squidfunk.github.io/mkdocs-material/contributing/adding-translations/#translations_1)
2525
value: |-
2626
{% macro t(key) %}{{ {
2727
"language": "en",
@@ -83,15 +83,15 @@ body:
8383
- type: input
8484
id: country-flag
8585
attributes:
86-
label: Country flag icon
86+
label: Country flag
8787
description: >-
88-
Please add the flag of the country when adding a new language. Select
89-
it on our [Icons, Emojis site](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search)
90-
by entering `flag` in the search field. If your flag is not provided by
91-
Twemoji, please choose the closest matching flag.
92-
[More](https://squidfunk.github.io/mkdocs-material/contributing/adding-a-translation/#country-flag)
88+
Please add the flag of the country when adding a new language. Go to our
89+
[emoji search](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search)
90+
and enter `flag`` to find all available shortcodes. If your flag is not
91+
included, please choose the most appropriate available flag.
92+
[More](https://squidfunk.github.io/mkdocs-material/contributing/adding-translations/#country-flag)
9393
placeholder: |-
94-
Post the flag of the country here.
94+
Country flag shortcode, e.g. :flag_en:
9595
9696
- type: checkboxes
9797
id: checklist
@@ -100,9 +100,11 @@ body:
100100
description: >-
101101
Please ensure that your translation fulfills the following requirements.
102102
options:
103-
- label: I've checked the list of [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language) for existing translations.
103+
- label: >-
104+
I've checked the list of [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language) for existing translations.
104105
required: true
105-
- label: I assure that the translations are accurate to the best of my knowledge.
106+
- label: >_
107+
I assure that the translations are accurate to the best of my knowledge.
106108
required: true
107109
- label: >-
108110
__Optional__: I want to integrate this translation myself and create a

0 commit comments

Comments
 (0)