Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.3 KB

Test Test Coverage Maintainability

DownloadStatusBar

Localization

To add translations for a new language copy _locales/en_CA/messages.json to a new folder with the proper language code inside _locales then follow this guide to create a pull request.

Only the "message" values need to be translated, the "description" is just to give some context to translators.

Related Links:

Testing

Run npm run dev to build the dev build then npm run webext to start a Firefox instance with the addon

Building

Run npm run prod to build the minified production build