Skip to content

Commit 663b39f

Browse files
committed
Updated translation template
1 parent 7bc42b9 commit 663b39f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/translate.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ body:
1717
- label: I've checked the [list of available languages](https://bit.ly/33vFDD0)
1818
required: true
1919
- type: textarea
20+
id: translations
2021
attributes:
21-
label: Translation
22+
label: Translations
2223
description: Please translate the labels on the right, e.g. "Copy to clipboard", etc.
2324
value: |-
2425
{% macro t(key) %}{{ {
@@ -61,6 +62,6 @@ body:
6162
"toc": "Table of contents",
6263
"top": "Back to top"
6364
}[key] }}{% endmacro %}
64-
render: jinja
65+
render: Jinja
6566
validations:
6667
required: true

0 commit comments

Comments
 (0)