Skip to content

Commit

Permalink
Update localization.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sZeta99 authored Apr 30, 2024
1 parent 7216725 commit 7c22b0b
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions .github/ISSUE_TEMPLATE/localization.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
---
name: Localization
about: File a new translation or a correction for an existing one
title: Death message localization for [lang-tag]
labels: localization
assignees: Nyphet

---

Language: english name of the language for which you want to provide a translation

Current translation: current translation for that language or "-" if there's none

Proposed translation: insert your translation proposal

Reason: insert the reason for the change or "new language" if there was no previous translation
body:
- type: input
attributes:
label: Language
description: English name of the language for which you want to provide a translation
validations:
required: true
- type: input
attributes:
label: Current translation
description: Current translation for that language or "-" if there's none
validations:
required: true
- type: input
attributes:
label: Proposed translation
description: Insert your translation proposal
validations:
required: true
- type: input
attributes:
label: Reason
description: Insert the reason for the change or "new language" if there was no previous translation
validations:
required: true

0 comments on commit 7c22b0b

Please sign in to comment.