This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 426
Add i18 support (e.g. i18next) #59
Labels
Comments
Suggestion (may not be the best, but it's what I did in one of my projects): Use a higher order component (HOC) which wraps a page to add the translation function to each page. This will incur the downsides associated with using HOCs (such as not being able to pass refs along HOC boundaries). Example code: PageWrapper.js
i18n.js
|
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement i18next support to provide working basic implantation of support for internationalization/localization.
It doesn't need to be a complete translation of the site but should be useful enough to be a useful starting point.
The text was updated successfully, but these errors were encountered: