react-i18next
Here are 77 public repositories matching this topic...
hey, first of all i'd like to mention that I'm not using graphql at all in my project.
I'm creating my pages with createPages (in gatsby-node.js), everything works just fine beside the page that needs extra prop from the slug,
here how i create it
createPages({
path: '/item',
matchPath: '/item/:itemId',
component: path.resolve('./src/pages/ShowItem.js'),
context: {}
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Jan 4, 2022 - TypeScript
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Aug 12, 2018 - JavaScript
-
Updated
Feb 13, 2022 - TypeScript
While the setup works fine running locally, the deployed to vercel app returns empty translations by loadTranslations in getServerSideProps
GET | https://app.vercel.app/_next/data/HZ7wajlS0AuNQGjuW_9so/en/app/dashboard.json
{"pageProps":{"__ni18n_server__":{"resources":{"en":{"dashboard":{},"common":{}}},"ns":["dashboard","common"]}},"__N_SSP":true}ni18n.config.ts
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Mar 14, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 24, 2022 - SCSS
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Jan 18, 2021 - JavaScript
Improve this page
Add a description, image, and links to the react-i18next topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-i18next topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The current JSON format is v3 as mentioned in the README, but since late september i18next has gone into v21, and now uses a new v4 format (for pluralization, among other things, see [their migration guide](https://www.i18next.com/misc/migration-guide#v-20-x-x-to-v-21