Skip to content

Commit

Permalink
add translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 4, 2024
1 parent d1ca267 commit 66e44b7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 331 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/3_submit_translation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Submit Translation
description: Edit current translation or add new languages
labels: "submit translation"
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
placeholder: Language code for the translation
validations:
required: true

- type: input
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
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
placeholder: You can paste the translation snippet or upload the translation json file
validations:
required: true
331 changes: 0 additions & 331 deletions src/assets/locales/zh-TW/translation copy.json

This file was deleted.

0 comments on commit 66e44b7

Please sign in to comment.