You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2025. It is now read-only.
It may be interesting to bundle a bunch of translation files for commonly used terms (ie. the labels of buttons).
There are a few questions to answer before starting the implementation:
which kind of architecture to use? Ideally it should be something relying on as few dependencies as possible as to not make the final bundle size a problem for library users
is it possible to integrate with a crowdsourced translation service like Transifex? This would allow non-coders to help with the translation
how to make it easily overridable by library users?