Commit Graph

2730 Commits

Author SHA1 Message Date
Arnie97
d56ae11e30 Finish tmux translations. 2015-12-31 16:16:02 +08:00
Arnie97
4af768019c Add a tmux Chinese tutorial 2015-12-30 21:54:44 +08:00
Arnie97
aed4bbbc36 Update Wiki link 2015-12-30 21:38:18 +08:00
Arnie97
9b8c680a2e Update translations. 2015-12-30 19:07:19 +08:00
Arnie97
8dd19e58ee Fetch tmuxinator from upstream 2015-12-30 18:56:24 +08:00
Arnie97
00d4fa09de Fetch lsp typo fix from upstream 2015-12-29 16:59:19 +08:00
Arnie97
8aa98bd572 Minor improvements. 2015-05-28 15:54:49 +08:00
Arnie97
da12b4d6f5 Translate the majority into Chinese. 2015-04-19 11:42:22 +08:00
Arnie97
b6e9ad3b8d Create a copy of the English version. 2015-04-19 11:18:51 +08:00
Geoff Liu
b44aded453 Merge pull request #1035 from Arnie97/master
Translate [c++/en] into [c++/cn]
2015-04-17 14:03:31 -04:00
Geoff Liu
5a631baf3e Merge pull request #1039 from Alwayswithme/scala/zh
[scala/cn]translate scala doc into chinese
2015-04-17 11:52:55 -04:00
Arnie97
7bab2c5e8d Remove duplicate code. 2015-04-17 22:51:02 +08:00
Arnie97
c5212932b9 More bug fixes. 2015-04-17 22:19:13 +08:00
alwayswithme
c8c6924dcc resolve translation errors 2015-04-17 14:57:21 +08:00
yejinchang
4adbf231c8 make corrections 2015-04-16 17:53:40 +08:00
ven
6e9ccfaea3 fix #1032
and a few more fixes/moving arounds
2015-04-15 14:33:52 +02:00
yejinchang
60b56e777e fix minor mistake 2015-04-15 18:12:21 +08:00
Arnie97
8f0027683d Some bug fixes. 2015-04-15 18:09:34 +08:00
yejinchang
b95c6b0dae translate scala doc into chinese 2015-04-15 15:54:53 +08:00
Geoff Liu
ff2399dda6 Merge pull request #1010 from chadluo/master
Improved zh-CN translation for Haskell
2015-04-12 22:03:16 -06:00
Geoff Liu
34c3071c41 Merge pull request #1036 from Arnie97/patch-2
[c++/en] Fix spelling
2015-04-12 22:00:50 -06:00
Arnie97
c7f085ee34 Merge pull request #1 from adambard/master
Fetch updates from upstream
2015-04-11 13:09:50 +08:00
Arnie97
299f3de0ea [c++/en] Fix spelling 2015-04-11 12:52:23 +08:00
Arnie97
c38d8d9313 [c++/cn] Update the translated file name. 2015-04-11 12:40:47 +08:00
Arnie97
cb69cff1be [c++/cn] Complete the whole translation. 2015-04-11 12:31:11 +08:00
Adam Bard
f0540b93b1 Merge pull request #1026 from erayaydin/master
[markdown/tr] Markdown Turkish Translate
2015-04-10 16:35:29 -07:00
ven
4b02241515 Merge pull request #1034 from dimavt/patch-1
Update python3-ru.html.markdown
2015-04-07 13:29:15 +02:00
Витюк Дмитрий
dac116d322 Update python3-ru.html.markdown
Typo fix
2015-04-07 12:30:52 +03:00
Levi Bostian
13e3b1ea49 Merge pull request #1033 from suuuzi/master
fixing bug: pt-pt instead of pt-br
2015-04-05 11:13:35 -05:00
Suzane Sant Ana
e6b77595f2 fixing bug: pt-pt instead of pt-br
fixing bug: pt-pt instead of pt-br
2015-04-05 11:24:34 -03:00
Suzane Sant Ana
145ede1f98 Update brainfuck-pt.html.markdown
fixing bug: pt-pt instead of pt-br
2015-04-05 11:24:10 -03:00
Andre Polykanine A.K.A. Menelion Elensúlë
ceb2322075 Merge pull request #1024 from Oire/fix-1023
[javascript/ru] Multiline comments correction
2015-04-04 20:15:03 +03:00
ven
218de8c34d Merge pull request #1031 from brxfork/patch-1
Update perl6.html.markdown // when and smartmatch
2015-04-01 15:39:32 +02:00
Philippe Bricout
4c46a456bd Update perl6.html.markdown
($_.chars > 50) ~~ True : this is always True.
2015-04-01 15:13:59 +02:00
Adam Bard
5e79da614c Added lang tag to go-fr 2015-03-31 15:46:34 -07:00
Eray Aydın
212ba83014 Markdown tr-tr language 2015-03-30 21:26:26 +00:00
ven
ea7547b375 Merge pull request #1025 from nomatteus/erlang-if-fix
[erlang/en] Fix syntax error in erlang if-expression
2015-03-30 22:54:14 +02:00
nomatteus
3c565a5535 Fix syntax error: Remove semicolon from last branch of erlang if-expression.
http://erlang.org/doc/reference_manual/expressions.html#id78310
2015-03-30 16:13:26 -04:00
Geoff Liu
deda210b16 Merge pull request #1022 from jcmvbkbc/patch-1
c.html: fix #1021 (bitwise negation and shifting into the sign bit)
2015-03-30 09:57:43 -06:00
ven
6d01ff752b Merge pull request #1018 from erayaydin/master
[python/tr] Turkish Translate
2015-03-30 15:37:07 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
8823c084ec [javascript/ru] Multiline comments correction, fixes #1023 2015-03-30 13:24:30 +03:00
Max Filippov
e267eed62c c.html: fix #1021 (bitwise negation and shifting into the sign bit)
0x0f is of type int, for 32-bit int the result is 0xfffffff0.
31'st bit is the sign bit of a 32-bit wide int.
2015-03-30 10:11:05 +03:00
Geoff Liu
1f49ae9306 Merge pull request #1006 from nero-luci/master
Update haskell.html.markdown. Wrong explanation about '$' operator
2015-03-27 10:48:10 -06:00
Cornel Punga
e8a1ee8912 [haskell.html.markdown] Explanation for Haskell '$' operator
with support from @geoffliu
2015-03-27 15:25:33 +02:00
Eray Aydın
c26eb3384b Ready To More? 2015-03-26 15:36:45 +02:00
Eray Aydın
fde928afa6 Advanced 2015-03-26 15:36:05 +02:00
Eray Aydın
4d74369df3 Modules 2015-03-26 15:23:45 +02:00
ven
bc7fd77654 Merge pull request #1017 from jefferickson/patch-1
Minor typo: fixed curly bracket direction (} -> {)
2015-03-26 00:06:17 +01:00
Jeff Erickson
965d7972d1 Minor typo: fixed curly bracket direction (} -> {) 2015-03-25 16:53:46 -04:00
Eray Aydın
e34c67290a Classes 2015-03-25 21:36:52 +02:00