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
13 stars 13 forks source link

Testing `browser.i18n` API #91

Closed kabir-afk closed 3 months ago

kabir-afk commented 3 months ago

Changes

Scope Chrome Firefox
Popup > Settings
Popup > Browse > video gallery
Content script > modal > video gallery

NOTE: When talking about settings , changeUiLanguage function is not being talked about

kabir-afk commented 3 months ago

@kabir-afk : The manifest.json change wont work since these two messages do not exist in ./i18n/*.json files. Use messages which exist in ./i18n/*.json files :

  • "name": "__MSG_si_addon_title__"
  • "description": nothing for now, I will handle this later.

I have addressed the same in d29827 as well as mentioned in the PR above.