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

Introduce internationalization inside `SignItVideosGallery.js` #76

Closed kabir-afk closed 1 month ago

kabir-afk commented 1 month ago

Changes

  1. 3ea398 - I directly passed the fetched locale inside my i18n function instead of passing it as an argument every time that function was called.
  2. d8c8e6 - This commit is an improvisation of 96fa35. Overall it modifies the i18n function to fetch the message of respective locale and then return it while inserting the links and other variables inside it.

NOTE: Some unexpected changes are bound to be seen.