pamadei
00446ffb17
Add latest Angular Version (7.0.0) ( #27109 )
2019-06-25 15:54:31 +08:00
zd6
d3c2f0825a
translation smoothen index.md ( #23426 )
...
translation corrected
2019-06-25 15:53:00 +08:00
Skipper
231d388d8b
fixed: fixed some translating problem. ( #30923 )
...
* fixed: fixed some translating problem.
I don't know how did you translate the "猛击猫“,but it's really not a good translation.
I almost laugh to death to see this(just feel fun,no impolite).
: )
* Update index.md
* Update index.md
2019-06-25 14:56:52 +08:00
Tony Tu
3016c6e798
Update Blockchain types chinese index.md
...
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
Tony Tu
5185e91db2
Update Smart Contracts Chinese index.md
...
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
Tony Tu
dc37f4755b
Update Blockchain Chinese feature index.md
...
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
Yang8547
658f3d8ab2
Add translation
2019-06-25 14:35:25 +08:00
Wan Cheuk Lun
4d01f8228e
Update index.md ( #26782 )
2019-06-25 14:34:31 +08:00
Wan Cheuk Lun
0a473f498d
Update index.md ( #26776 )
2019-06-25 14:33:50 +08:00
Wan Cheuk Lun
24c5fc3127
Merge pull request #26771 from winsonrich/patch-9
...
Update index.md
2019-06-25 14:32:16 +08:00
winsonrich
377328f3c4
Update index.md
2019-06-25 14:31:56 +08:00
winsonrich
2f08132959
Update index.md
2019-06-25 14:31:32 +08:00
winsonrich
da699106bd
Update index.md
2019-06-25 14:31:09 +08:00
winsonrich
7b89e15927
Update index.md
...
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
2019-06-25 14:30:43 +08:00
winsonrich
ae147f519a
Update index.md
...
1. while the array is larger than the target number of variable:"searchFor" , it is no need to search for the result that is larger than the "search target", therefore, we should break the loop to save more resources.
2. the variable j in the statement of "System.out.println("i = " + j); " is not declare and initialize at the beginning, also, var j in the while loop does not match with the variable i which is the result we want to display. Therefore, this statement should correct to "System.out.println("i = " + i); " so as to display the result of each loop correctly.
2019-06-25 13:54:39 +08:00
winsonrich
5da9e0bbca
Update index.md
2019-06-25 13:51:52 +08:00
Victor Lin
187ccf11c9
Added new comments to return
...
Added new comments to return
2019-06-25 13:51:14 +08:00
Victor Lin
584d552de4
Added some translations
...
Added some translations
2019-06-25 13:50:39 +08:00
Victor Lin
cb58d28190
Added more description ( #26140 )
...
Added more description
2019-06-25 13:50:08 +08:00
Victor Lin
cc9408b748
Merge pull request #26090 from swissashley/patch-1
...
Added some translations to the file.
2019-06-25 13:49:22 +08:00
fedelico
2a33dfc176
change 87th line "To-DO列表" to "To-Do列表"
2019-06-25 13:48:45 +08:00
Lorna Lan
ff72d212da
grammatical fixes
2019-06-25 13:48:23 +08:00
Lorna Lan
27023748af
fixed a typo
2019-06-25 13:48:02 +08:00
Lorna Lan
5e99dec3a6
fixed grammatical errors and reorganized format
2019-06-25 13:48:02 +08:00
imdonnie
3cc6db752d
Add a chapter to the Chinese Laravel doc
2019-06-25 13:47:40 +08:00
wwewsm
f59395a0c0
add extra material
2019-06-25 13:42:36 +08:00
wwewsm
46c2ea0aad
Merge pull request #22861 from wwewsm/patch-5
...
add extra materials
2019-06-25 13:40:45 +08:00
wwewsm
e02ace2b1d
add extra material
2019-06-25 13:40:32 +08:00
Randell Dawson
3fa14df925
fix: renamed folder without starting dash ( #36124 )
2019-06-21 18:05:33 -04:00
Ahmad Abdolsaheb
d24778ceb8
fix: replace imgur URLs with s3 URLs for files with potential conflict ( #36049 )
...
* fix: replace imgur with s3 for files with potential conflict
(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)
* fix/remote extra link
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: revert change
2019-06-12 11:19:43 +03:00
chingchinglcc
1e4292b6e9
adds Chinese expiation and more stylings ( #26642 )
2019-06-01 21:33:13 -07:00
Ahmad Abdolsaheb
23ca5d9cc6
fix: replace imgur with s3 for Chinese guide without conflict ( #36052 )
...
* fix: imgur to s3 for chinese guide without conflict
(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)
* fix: remove extra links
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: revert changes
* fix: revert changes
* fix: revert changes
* fix: revert changes
2019-05-25 02:39:49 +05:30
Matt Schlosser
c201e41564
typo: Remove errors within a challenge solution ( #36097 )
...
* Remove random links from code
Seems that these got added by accident.
* Remove errors from solution in Portuguese version
* Remove errors from solution in Spanish version
* Remove errors from solution in Russian version
* Remove errors from solution in Arabic version
* Remove errors from solution in Chinese version
2019-05-20 12:48:28 -07:00
Randell Dawson
0a1eeea424
fix(guide) Replace invalid prism code block names ( #35961 )
...
* fix: replace sh with shell
fix replace terminal with shell
fix replace node with js
fix replace output with shell
fix replace cs with csharp
fix replace c++ with cpp
fix replace c# with csharp
fix replace javasctipt with js
fix replace syntax with js
fix replace unix with shell
fix replace linux with shell
fix replace java 8 with java
fix replace swift4 with swift
fix replace react.js with jsx
fix replace javascriot with js
fix replace javacsript with js
fix replace c++ - with cpp
fix: corrected various typos
fix: replace Algorithm with nothing
fix: replace xaml with xml
fix: replace solidity with nothing
fix: replace c++ with cpp
fix: replace txt with shell
fix: replace code with json and css
fix: replace console with shell
2019-05-15 19:08:19 +02:00
Randell Dawson
cc6f234228
[Fix] correct Guide article example for Iterate Through the Keys of an Object with a for...in Statement ( #35197 )
...
* fix: added dot btwn [user] and online
* fix: corrected example for other languages
2019-05-05 13:26:22 -05:00
Lorna Lan
4b455673e0
Changed some grammatical issues ( #23574 )
...
* Changed some grammatical issues
* Finished fixing the document's grammatical error
2019-04-08 16:15:52 -07:00
Victor Lin
c4b1621825
Added a note. ( #26167 )
...
* Added a note.
Added a note.
* Update to Simplified Chinese
2019-04-08 16:13:03 -07:00
Alexander Dervish
0191cb2eb4
Fix ruby for-loops examples ( #30309 )
...
* Fix ruby for-loops examples
* Fix alignment
* fix: corrected array.each do syntax
* fix: corrected array.each do syntax
* fix: correct array.each do syntax
* fix: corrected array.each do syntax
* fix: correct array.each do syntax
* fix: correct array.each do syntax
2019-03-28 17:27:39 -07:00
Johnson
915c5fbfb6
fix some syntax error ( #34137 )
2019-03-19 23:42:48 -07:00
Tom
28b56bdf31
fix: rename guide folders [chinese] ( #35282 )
2019-03-05 15:37:52 -08:00
Randell Dawson
6f9dbbb2a5
fix(guide): rename guide article filename to include dot instead of dash ( #35398 )
2019-03-05 22:58:59 +05:30
rituteb
91a5cc67cf
fix(guide): Update code editor references ( #34960 ) ( #35363 )
2019-03-02 10:00:39 -08:00
Sherman
6a42eb1fd0
Cleaned up wording and updated links to newest version ( #33915 )
2019-02-23 20:05:56 -08:00
Kyle Cheng
38777ef429
Readability ( #33134 )
2019-02-16 20:48:36 -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
chingchinglcc
54e6f4d6ae
add image ( #27424 )
2019-02-13 20:37:33 -08:00
Skipper
1af0a39eae
fixed: fixed translating problem. ( #30914 )
...
Fixed some translating problem from a Chinese programmer's viewpoint.
2019-02-12 21:06:55 -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
2eb5683c9b
Replace Github -> GitHub (Chinese) ( #35167 )
...
* Replace Github -> GitHub (Chinese)
* fix: deleted extra GitHub
2019-02-12 11:16:22 -08:00
Johnson
c47a7f0bf1
fix some translate error ( #34138 )
2019-02-09 22:06:59 -08:00