Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Mar 7, 2021
2 parents 6fda249 + e9e41c7 commit 958735b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/translation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Translation
about: Submit a translation for the project
title: Translation for INSERT_LANGUAGE_HERE
labels: "⏰ Status: New, \U0001F5C3 Type: Enhancement"
assignees: ''

---

If you know another language and want to help out, please follow these steps:
1. Create this issue and add details about which language you are adding. Make sure your language is listed in the table [here](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support). If not, your language is not supported unfortunately 😢
2. Make sure your language is not already in the [_locales](_locales) folder. If it is, we may have translations for your language already, but they might be out of date.
3. Download the [english messages file](_locales/en/messages.json) and translate each message into your language. The descriptions explain how each message is used in the extension, so these don't need to be translated.
4. Upload your translated messages file to this issue
5. Profit!

0 comments on commit 958735b

Please sign in to comment.