-
Notifications
You must be signed in to change notification settings - Fork 2
Translation Create Issues
Before starting translations of challenges, GitHub issues need to be created specific to the language of translation. Translators should create issues with the details of the challenges to be tracked in that particular issue.
FreeCodeCamp's Issues Section, has mainly two kinds of requests related with the translation of the challenges:
- Some to start the translation of one of the files in the directory
seeds/challenges
. See for example: Issue #4544
- Other issues requesting to verify or to update an existing translation of one the files in directory
seeds/challenges
. For example: Issue #6517. These can be reopened when there is a change in the English version of the challenge.
Pro Tip : You can quickly check issues related to translation by looking for the
translation
label.
If you see issues already open for the challenges, then you could proceed to working on them.
If you can't see any related issues, or that can't be reopened, then start by creating them for the challenge category you would like to work on. Remember to discuss in the Chat room for a confirmation of the challenges that you would like to add to the issue.
Pro Tip : Follow the example shown above, for consistency in the formatting of the issues, like adding checklists for challenges.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links