Commit Graph

31 Commits (46be1e2ed167198addc2afa325f5ef00099893d9)

Author SHA1 Message Date
Lipis 5f8b892b72 Typescript -> TypeScript (arabic) (#35205)
* Typescript -> TypeScript (arabic)

* Update index.md
2019-02-14 08:14:48 -08:00
Lipis 5818b277c4 Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery

* JQuery

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>
2019-02-14 06:59:19 -08:00
ghukahr dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Lipis 504728857f Replace Github -> GitHub (Arabic) (#35169) 2019-02-12 10:28:06 -08:00
Lipis d349399e47 fix: replace Linkedin with LinkedIn (#34972) 2019-02-01 16:42:53 +05:30
KamarM a45f921a89 Update (#33320)
* Update

* fix localTitle issue

* fix typo error in localeTitle
2019-01-20 17:09:52 +00:00
Nathan Hannig f5f08191fb fix: remove duplicate angularjs guide as their is already an angular guide (#26365) 2019-01-17 17:27:27 -07:00
Omar Dabour e0950c8430 Arabic language correction and maintenance (#19767) 2018-12-24 22:18:33 +00:00
Ahmed Al Haddad a70164b081 Improve Arabic translation for /react/props (#30868)
* Improve Arabic translation for /react/props

* change the localTitle
2018-12-22 14:00:23 +00:00
Ahmed Al Haddad 5a4da8fbb2 Improve Arabic translation (#30887)
* Improve Arabic translation

* change the local title
2018-12-22 13:59:29 +00:00
Omar Dabour 06af1766c1 Arabic Language correction and maintenance (#19766)
* Arabic Language correction and maintenance

* improve translation
2018-12-22 00:09:51 +00:00
eliberator dcceee67fc typo guide c more-math rightshift (#31663)
* add output missing line; 'for' C guide in Spanish

* typo - update the right-shift variable from c to b

* typo - ES change var of right-shift from c to b

* typo - AR change the right-shift oper from c to b

* typo - CN update var of rightshift from 'c' to 'b'

* typo - PT update var of right-shift 'c' -> 'b'

* typo - RU update var of right-shift from 'c' to 'b'
2018-12-17 10:48:36 -07:00
Fred Battle cb2f76e1b2 fix: update guide hint to properly declare regex (#34625) 2018-12-12 15:48:22 -08:00
Randell Dawson dfba4e3835 fix: deleted all the book-recommendations folders (#34498) 2018-12-01 19:08:07 +08:00
Omar Dabour 83a07f8d5d Language correction and maintenance (#19765)
Remove some meaningless words , add some and rearrange the sentences.
2018-11-30 14:28:11 +08:00
Khalid Almufti 46d567121e Add Arabic translation for bash-mkdir (#21654)
* Add Arabic translation for bash-mkdir

* improve translation
2018-11-20 12:43:02 +00:00
lau626 a2ed0103ec Unwanted underscores in search result and incorrect URL - fixing #24573 (#28441)
* fixing #24573

fixing #24573 - Guide: Let and Const - Unwanted underscores in search result and incorrect URL

- changed underscore to hyphen, same problem was also happening with arrow_functions

https://github.com/freeCodeCamp/freeCodeCamp/issues/24573

* fix: added 3 backticks for code sections
2018-11-11 23:47:08 -08:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Dhruv Singh 5269b1f47f [Arabic] Fix gitter href for official chat rooms link (#33234) 2018-11-02 22:57:31 +00:00
rand0123 af3833c2a7 Update index.md (#33225)
In line #19, I edited the sentence which is meant to say that the computer can not check more than one value at the same time. I added more and deleted some work to get the right translation in Arabic.
2018-11-01 12:06:10 +00:00
Anass RACHID dbe8c9b4fc Added Arabic translation to Html/Table article (#28929)
* Total change

I changed the definition and the explanation, and make every possibilies of every logical type, and added some pictures of truth table to make the article and the sentences more understandable.

* Article edited

I did correct some translation, and also I added link to let people visualize the code and test other attributes on it.
I will edit this article when I prepare some new things in it, so it become more understandable.
2018-10-29 11:41:59 +00:00
Ahmed Al Haddad 62039d65b8 Improve Arabic translation (#30864) 2018-10-29 10:56:53 +00:00
Ahmed Al Haddad bea165b460 Improve Arabic translation (#30879) 2018-10-29 10:01:44 +00:00
Locour 34b35ed0b1 fix angular version number in index.md of angular guide (#20009) 2018-10-27 08:35:27 -05:00
Owais Ali 9f46e39960 fix broken link to hint (#28143)
Closes #28143
2018-10-26 13:34:23 +04:00
clizano 1c863eb91f Capitalisation of the word api #28446 (#28735) 2018-10-26 00:43:44 -07:00
Pablo Rubianes 5c2bd53d5c fixes the Advanced Code Solution to make it work when run tests in the Convert HTML Entities exercise (#24930)
* fix in the Advanced Code Solution to make it work when run tests

* making htmlEntities a const to fix the example
2018-10-25 13:41:36 -07:00
Kristofer Koishigawa a7a409a96e fix(guide): Lowercased the Tableau and Talend directories in all languages (#24240) 2018-10-20 19:28:21 +05:30
Bouncey 6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
Bouncey b1a785c87d fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30