Skip to content

🌍 Translations

Dasutein edited this page Nov 19, 2024 · 4 revisions

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.

Supported Language

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

Instructions

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 as fr (refer to language code in Step 2). Inside the fr folder, create a new JSON file and name it as messages.json. Then go to the en folder and copy the entire content of messages.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 the messages.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 wiki locally