lingua-libre / SignIt

🌻 Lingua Libre SignIt web-browser extension translates selected word in French Sign Language via an elegant pop up so you learn sign language while reading online.
https://addons.mozilla.org/en-US/firefox/addon/lingua-libre-signit/
MIT License
11 stars 13 forks source link

Updating `_locales` messages as per `browser.i18n` API #77

Closed kabir-afk closed 1 month ago

kabir-afk commented 1 month ago

Changes

  1. f99e34 - Added default_locale key in manifest.json otherwise this error occured Screenshot (52)

  2. 80a4b4 - Updated all the messages inside _locales/*basename\messages.json in accordance with browser.i18n API rules, otherwise this error occurred Screenshot (53)

For more information , check browser.i18n AKA internationalization

hugolpz commented 1 month ago

Note: I have to update ./_locales/buildLocales.sh to replace - in json keys, otherwise it will breaks at every workflow's run. @kabir-afk

hugolpz commented 1 month ago

Handled in #75