-
Updated
Jun 26, 2022 - JavaScript
i18next
Here are 463 public repositories matching this topic...
[BUG] Broken links
Description of the bug
Description
Code implementation links of algorithms when opened are giving 404 errors. I observed such behavior for Bubble sort.
Actual behavior
- Go to https://the-algorithms.com/algorithm/bubble-sort
- Scroll down to Code Implementation links
- Click on Java
Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/ma
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Jun 27, 2022 - Kotlin
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
May 19, 2022 - JavaScript
-
Updated
Feb 2, 2022 - HTML
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jan 16, 2022 - TypeScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 20, 2022 - 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
Mar 4, 2020 - TypeScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Apr 9, 2022 - Elm
-
Updated
Apr 14, 2022 - TypeScript
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
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: