The new search experience should work everywhere both for users and developers. If users can't use our components, they won't be used. If developers can't //re//use our components, they won't be used. To this end, the internationalization strategy for components should work robustly and with as few dependencies on the MediaWiki ecosystem as possible (in production and during development). This task is to identify the options available and their tradeoffs.
== Acceptance criteria
- [] Different Vue.js internationalization options are identified including [[ https://github.com/santhoshtr/vue-banana-i18n | Santhosh's vue-banana-i18n ]], [[ https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/570500/13/resources/src/vue/i18n.js | Roan's fork ]], and [[ https://kazupon.github.io/vue-i18n/ | the standard recommend by Vue School, vue-i18n ]].
- [] The tradeoffs for each solution are enumerated herein.
- [] A decision for the approach to take is made and a task is created.