Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/docs/how-to-setup-freecodecamp-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ You should already have a fork of freeCodeCamp on GitHub. If not, [follow these
recent history/commit.
</Aside>

3. **(Optional)** The localized versions of our curriculum are stored in the [i18n-curriculum repo.](https://github.com/freeCodeCamp/i18n-curriculum) If you intend to run a localized version of the curriculum follow the next steps, or skip to the next section.
3. **(Optional)** The localized versions of our curriculum are stored in the [i18n-curriculum repo.](https://github.com/freeCodeCamp/i18n-curriculum). If you intend to run a localized version of the curriculum, follow the next steps, or skip to the next section.

If you plan to contribute to the [Challenge Editor](https://github.com/freeCodeCamp/challenge-editor), you'll also need to clone its repository separately, as it is maintained in its own repository.

**Clone the i18n-curriculum submodule:**

Expand Down