Max Schumacher
bdeb28ebbc
Merge pull request #3855 from kdxcxs/pyqt-cn
...
[pyqt/zh-cn] PyQT Chinese translation
2020-02-18 08:50:24 +01:00
kdxcxs
473b296fb5
Update pyqt-cn.html.markdown
...
Update translators list
2020-02-18 12:16:41 +08:00
kdxcxs
23e84fb341
Update pyqt-cn.html.markdown
...
Suggestions from lsvih
2020-02-18 11:58:59 +08:00
kdxcxs
4ad5bf24fc
Apply suggestions from code review
...
Co-Authored-By: lsvih <lsvih@qq.com>
2020-02-18 11:53:47 +08:00
kdxcxs
891061acd4
Apply suggestions from code review
...
完善注释
Co-Authored-By: lsvih <lsvih@qq.com>
2020-02-18 11:39:31 +08:00
kdxcxs
fb626bb078
纠正语法错误,中英文连接处加空格
2020-02-18 11:36:42 +08:00
kdxcxs
e68ea78b25
Replace tabs with spaces
2020-02-18 11:04:49 +08:00
kdxcxs
a64868904b
remove a translated sentence
2020-02-18 08:20:34 +08:00
Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
...
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
5864aba42d
Purge my deadname
2020-02-13 10:38:29 +10:30
Simon Shine
ae848c481f
Python 3: Use 'filename: learnpython*.py' (no '3')
...
Before renaming, Python 3 filenames were 'learnpython3*.py'.
This commit removes the '3' part from the filename.
To verify that the filenames were named consistently across
translations prior to this commit, and to change this:
```
ack -H 'filename:' python.html.markdown
find . -name "python-*.markdown" -exec ack -H 'filename:' {} \;
sed -i 's/^filename: learnpython3/filename: learnpython/' \
python.html.markdown
find . -name "python-*.markdown" -exec \
sed -i 's/^filename: learnpython3/filename: learnpython/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
887cbee8af
Change 'filename:' for Python 2 (legacy)
...
Before renaming, all Python 2 filenames were 'learnpython-*.py'.
This commit renames them to 'learnpythonlegacy-*.py'.
To verify that the filenames were named consistently across
translations prior to this commit, and to change this:
```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;
find . -name "pythonlegacy*.markdown" -exec \
sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895
Python 3: 'language: Python'
...
Instead of listing 'language: python3' for Python 3, use
language: Python
as #3450 does.
```
find . -iname "python-*.markdown" -exec \
sed -i 's/language: python3/language: Python/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf
Python 2 'language': Python 2 (legacy)
...
Instead of listing 'language: python' for Python 2, use
language: Python 2 (legacy)
```
find . -iname "*pythonlegacy*" -exec \
sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
2020-02-12 05:09:13 +01:00
kdxcxs
890aedaa5d
Add PyQT Chinese translation
2020-02-12 12:03:24 +08:00
Simon Shine
efe00fd06e
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
...
The list of references is exhausted by running 'ack docs/python'.
2020-02-12 05:03:08 +01:00
kdxcxs
844029c927
Add PyQT Chinese translation
2020-02-12 11:57:05 +08:00
Simon Shine
a3b0585374
Rename Python 3 markdown files into 'python'
...
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
fnew=$(echo "$f" | sed 's/python3/python/')
git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Simon Shine
1adab9bc3f
Rename Python 2 markdown files into 'pythonlegacy'
...
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
kdxcxs
34f6aa1c5a
Add PyQT Chinese translation
2020-02-12 11:53:07 +08:00
Max Schumacher
89e1f40165
Merge pull request #3810 from imba-tjd/patch-2
...
[markdown/zh-cn] Fix typo
2020-01-29 16:27:20 +01:00
Max Schumacher
98e4f1c0fd
Merge pull request #3815 from Fotia5230/patch-1
...
[CSS/zh-cn] Fixed typo
2020-01-29 16:26:37 +01:00
Max Schumacher
7e9c52d4fd
Merge pull request #3809 from imba-tjd/patch-1
...
[yaml/zh-cn] Fix typo and minor sync
2020-01-29 10:56:40 +01:00
Max Schumacher
5f8e47a460
Merge pull request #3799 from infancy/master
...
[racket/zh-cn] fix typo
2020-01-28 19:01:00 +01:00
Max Schumacher
48160226d8
Merge pull request #3816 from Fotia5230/patch-2
...
[Git/zh-CN] Fixed typo
2020-01-28 11:41:38 +01:00
Divay Prakash
529883d578
Merge pull request #3670 from gaufung/powershell-zh-cn
...
[powershell/zh-cn] Add poweshell Simplified Chinsese version
2020-01-24 19:36:08 +05:30
Divay Prakash
d8516eed65
Update powershell-cn.html.markdown
...
Add lang code
2020-01-24 19:28:45 +05:30
谭九鼎
0f6291c0b2
Update yaml-cn.html.markdown
2020-01-23 11:00:44 +08:00
谭九鼎
51e6618535
Update zh-cn/yaml-cn.html.markdown
...
Co-Authored-By: woclass <inkydragon@users.noreply.github.com>
2020-01-23 10:59:04 +08:00
Fotia5230
e56ce64385
Update git-cn.html.markdown
2020-01-13 14:32:00 +08:00
Fotia5230
7f34c0c699
Update css-cn.html.markdown
2020-01-13 14:06:49 +08:00
谭九鼎
a230a6d863
[markdown/zh-cn] Fix typo
2020-01-12 12:16:31 +08:00
谭九鼎
56ee9f7971
Update yaml-cn.html.markdown
2020-01-12 11:05:11 +08:00
Divay Prakash
1d00814fb7
Merge pull request #3683 from heitorPB/c-update-book-link
...
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
2020-01-11 14:06:52 +05:30
yihong wu
8ff31e56ad
[racket/zh-cn] fix typo
2019-12-23 21:38:19 +08:00
谭九鼎
4f933f88a6
[yaml/zh-cn] Sync with en-us ( #3775 )
2019-11-18 12:18:39 -05:00
Heitor Pascoal de Bittencourt
4c879a928d
[c/zh-ch] Fix book link
2019-10-08 21:30:56 -03:00
gaufung
93fba1ffae
[powershell/zh-cn] Add poweshell Simplified Chinsese version
2019-10-03 19:21:28 +08:00
WeJie
6d38bf6af9
[yaml/zh-cn]Update yaml-cn.html.markdown
2019-09-04 12:25:38 +08:00
Divay Prakash
2f0b904f6f
[sql/zh-cn] Update Chinese version of SQL ( #3589 )
...
[sql/zh-cn] Update Chinese version of SQL
2019-08-05 20:23:02 +05:30
Psalm46
89b4388a88
Translate the 'sql.html.markdown' into Chinese.
2019-08-03 20:01:18 +08:00
孙茂胤
a38fac6a84
[Lambda calculus/zh-cn] Add Chinese translation of lambda calculus. ( #3532 )
...
* Add Chinese translation of lambda calculus.
* Update zh-cn/lambda-calculus-cn.html.markdown
Co-Authored-By: woclass <inkydragon@users.noreply.github.com>
* Update zh-cn/lambda-calculus-cn.html.markdown
Co-Authored-By: woclass <inkydragon@users.noreply.github.com>
* Update zh-cn/lambda-calculus-cn.html.markdown
Co-Authored-By: woclass <inkydragon@users.noreply.github.com>
* add language attribute for lambda-calculus-cn.html.markdown
2019-08-03 14:15:25 +05:30
Divay Prakash
0ad160aba6
Merge pull request #3531 from smallg0at/patch-1
...
[Markdown/zh-cn] More Examples and visualization
2019-08-02 23:43:47 +05:30
Adam Bard
4e38da9b3d
Merge pull request #3542 from inkydragon/ruby2.5.5
...
[ruby/zh-cn] sync with english version
2019-07-16 14:32:21 -07:00
woclass
b702586ff4
[ruby/zh-cn] sync with english version
...
- sync code, result andcontributors
2019-06-01 15:27:37 +08:00
YC L
0c12bfb20c
[Markdown/zh-cn] More Examples and visualization
...
Known issue: "HTML标签"的目录链接不工作
2019-05-11 20:48:14 +08:00
ent_explode
158c896c2a
Update make-cn.html.markdown
...
fix typo and gramma mistakes
2019-05-06 09:17:20 +08:00
Persevere Von
b46b1f7175
fix: typo
2019-04-29 10:59:30 +08:00
Pierre-François Clement
0a3207587d
Move "make" articles to the "tool" category
2019-03-08 17:21:53 +01:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category
2019-03-08 17:19:27 +01:00