-
Updated
Feb 18, 2021 - JavaScript
i18next
Here are 281 public repositories matching this topic...
yarn as a package manager does not currently work for the project. If you are using yarn, you'll have to follow these steps to install dependencies.
npm i
yarn import
yarn
Then, delete package.lock.json from the project.
--
You will get bonus points for helping resolve this bug (and all the gratitude of others who want to use yarn with this project
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jan 5, 2021 - TypeScript
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Mar 4, 2020 - TypeScript
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
Dec 17, 2020 - Elm
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Nov 29, 2018 - JavaScript
As @carloschida mentioned in nyavro/i18nPlugin#10 (comment) vue-i18n project could be configured to use js files as translations. Unfortunately I could not get it work, instead I came to configuration (vue-i18n-js-config-simple) which is slightly differ from one mentioned a
-
Updated
Nov 30, 2020 - TypeScript
Improve this page
Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."
There is an issue when adding new languages that I believe is related to react suspense. See i18next/react-i18next#977
Error:
Steps to reproduce: