🌐(addon) internationalize the addon

Refactor the plugin to support internationalization and ship it in
three languages.

Internationalizing requires updating the manifest, which involves
touching the Helm chart and releasing a new version. Ship a beta
version of the plugin once the i18n work is done to bundle these
changes together.
This commit is contained in:
lebaudantoine
2026-06-09 18:32:18 +02:00
committed by aleb_the_flash
parent 818d20888e
commit 0065527a5e
16 changed files with 328 additions and 84 deletions
+2
View File
@@ -27,6 +27,8 @@
},
"dependencies": {
"core-js": "^3.49.0",
"i18next": "26.3.1",
"i18next-browser-languagedetector": "8.2.1",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {