-
-
Notifications
You must be signed in to change notification settings - Fork 6
π Translations
Thank you for your interest on helping me translate the extension for people around the world. If you wish to submit a new translation or update the existing translation, you may submit a Pull Request.
Language | Supported | Last Updated | Translator | Notes |
---|---|---|---|---|
English | β | Nov. 17, 2024 | ddasutein | - |
Japanese | β | Nov. 17, 2024 | ddasutein | - |
French | β | Nov. 17, 2024 | Azii672 | Partially translated. Requires update. You may submit a Pull Request to update these strings. Follow instructions below |
Spanish | β | Nov. 17, 2024 | Azii672 | Partially translated. Reddit strings require update. You may submit a Pull Request to update these strings. Follow instructions below |
Chinese | β | TBD | - | Looking for translator |
Korean | β | TBD | - | Looking for translator |
Filipino | β | Nov. 17, 2024 | ddasutein | Partially translated. Requires update. You may submit a Pull Request to update these strings. Follow instructions below |
Step 1: Check the Supported Language table above and see what languages you think that needs to be translated.
Step 2: Refer to the language code provided by the Extension API documentation https://developer.chrome.com/webstore/i18n
Step 3:
-
Adding New Language
-
For example, if you want to add
French
. Create a new folder in_locales
and name it asfr
(refer to language code in Step 2). Inside thefr
folder, create a new JSON file and name it asmessages.json
. Then go to theen
folder and copy the entire content ofmessages.json
into your localized file. -
OR you can skip that and just copy the
en
folder and rename it yourself and then make your translations in themessages.json
file.
-
-
Updating an Existing Language
- Clone this repository and then go to the
_locales
folder. Find the language that you want to edit. Once you are finished, kindly submit a Pull Request.
- Clone this repository and then go to the