We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc42b9 commit 663b39fCopy full SHA for 663b39f
.github/ISSUE_TEMPLATE/translate.yml
@@ -17,8 +17,9 @@ body:
17
- label: I've checked the [list of available languages](https://bit.ly/33vFDD0)
18
required: true
19
- type: textarea
20
+ id: translations
21
attributes:
- label: Translation
22
+ label: Translations
23
description: Please translate the labels on the right, e.g. "Copy to clipboard", etc.
24
value: |-
25
{% macro t(key) %}{{ {
@@ -61,6 +62,6 @@ body:
61
62
"toc": "Table of contents",
63
"top": "Back to top"
64
}[key] }}{% endmacro %}
- render: jinja
65
+ render: Jinja
66
validations:
67
0 commit comments