From 663b39fb10e7c94b075f2c660309452923495eff Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 28 Jan 2023 19:05:12 +0100 Subject: [PATCH] Updated translation template --- .github/ISSUE_TEMPLATE/translate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/translate.yml b/.github/ISSUE_TEMPLATE/translate.yml index c897fc9ec..28d01b51e 100644 --- a/.github/ISSUE_TEMPLATE/translate.yml +++ b/.github/ISSUE_TEMPLATE/translate.yml @@ -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) %}{{ { @@ -61,6 +62,6 @@ body: "toc": "Table of contents", "top": "Back to top" }[key] }}{% endmacro %} - render: jinja + render: Jinja validations: required: true