From 29efd45bcb30febd5f6fc01e4f28521ba9d48cee Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:28:52 +0800 Subject: [PATCH] add translation issue Former-commit-id: d333605f223cf65a96bd3bc9ad07a9cba3cf9042 --- .github/ISSUE_TEMPLATE/3_submit_translation.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3_submit_translation.yml b/.github/ISSUE_TEMPLATE/3_submit_translation.yml index 1e2babe1..f03866a3 100644 --- a/.github/ISSUE_TEMPLATE/3_submit_translation.yml +++ b/.github/ISSUE_TEMPLATE/3_submit_translation.yml @@ -5,8 +5,7 @@ body: - type: input id: code attributes: - label: Language code - description: Check out this website for more info http://www.lingoes.net/en/translator/langcode.htm + label: Language code (Check out this website for more info http://www.lingoes.net/en/translator/langcode.htm) placeholder: Language code for the translation validations: required: true @@ -15,15 +14,14 @@ body: id: native attributes: label: The name of this language in your native language - placeholder: How to say this language in your native language, for example français is the native name of French in French + placeholder: How to say this language in your native language, for example français is the native name of French in French validations: required: true - type: textarea id: translation attributes: - label: Translation snippet or json file - description: Check out this link for more info: https://github.com/koodo-reader/koodo-reader#translation + label: Translation snippet or json file (Check out this link for more info https://github.com/koodo-reader/koodo-reader#translation) placeholder: You can paste the translation snippet or upload the translation json file validations: required: true