The Wayback Machine - https://web.archive.org/web/20220410095554/https://github.com/topics/i18next
Skip to content
#

i18next

Here are 418 public repositories matching this topic...

reZach
reZach commented Feb 16, 2021

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 😄).

help wanted good first issue workaround exists
website
siriak
siriak commented Nov 24, 2021

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

  1. Go to https://the-algorithms.com/algorithm/bubble-sort
  2. Scroll down to Code Implementation links
  3. Click on Java

Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/ma

bug good first issue
Stewiey
Stewiey commented Oct 30, 2020

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: {}
bug good first issue help wanted

Improve this page

Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."

Learn more