-
-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow client side translation loading (#1726)
* feat: allow client side translation loading * use typeof window instead of process.browser * update deps * update react-i18next * update i18next dep * Update src/appWithTranslation.tsx Co-authored-by: Isaac Hinman <isaac@isaachinman.com> * use older next.js version also in this example * update react-i18next * update react-i18next * move client-loading example out of here * remove extra readme * revert simple/yarn.lock * Update src/appWithTranslation.client.test.tsx Co-authored-by: Isaac Hinman <isaac@isaachinman.com> * Update src/appWithTranslation.tsx Co-authored-by: Isaac Hinman <isaac@isaachinman.com> * bring back missing test for configOverride.resources * next version seems to be major * update react-i18next Co-authored-by: Isaac Hinman <isaac@isaachinman.com>
- Loading branch information
1 parent
7bbefd9
commit 8132efd
Showing
6 changed files
with
167 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters