Skip to content

Commit

Permalink
Updated translation template
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 28, 2023
1 parent 7bc42b9 commit 663b39f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ body:
- label: I've checked the [list of available languages](https://bit.ly/33vFDD0)
required: true
- type: textarea
id: translations
attributes:
label: Translation
label: Translations
description: Please translate the labels on the right, e.g. "Copy to clipboard", etc.
value: |-
{% macro t(key) %}{{ {
Expand Down Expand Up @@ -61,6 +62,6 @@ body:
"toc": "Table of contents",
"top": "Back to top"
}[key] }}{% endmacro %}
render: jinja
render: Jinja
validations:
required: true

0 comments on commit 663b39f

Please sign in to comment.