Commit Graph

27 Commits

Author SHA1 Message Date
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
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
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
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
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
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
ditam
24025fc252 add Hungarian translation of Python entry 2017-10-15 17:33:53 +02:00
ven
49bc5c8f11 metadata fixup for #1874 2016-06-26 14:51:54 +02:00
ditam
75a5764000 add Hungarian translation (#1874) 2016-06-26 14:51:24 +02:00
Adam
f3b10beb01 Clean up various errors 2016-02-12 23:04:31 -08:00
Geoff Liu
d70c27beed Merge pull request #1873 from ditam/yaml_hun
[yaml/hu] add Hungarian YAML translation
2016-01-08 13:30:26 -07:00
ditam
759a6a29aa add language label 2016-01-08 21:09:47 +01:00
Hughes Perreault
68c659b366 "lang: hu-hu" line was missing
trying to fix issue #2013
2015-11-14 13:57:01 -05:00
ditam
d0ab5fc772 add language suffix to filename 2015-10-28 23:47:41 +01:00
ditam
360bd6ef9b add language suffix to filename 2015-10-28 23:45:15 +01:00
ditam
78dee8ef75 fix small typos and grammar. 2015-10-28 23:36:48 +01:00
ditam
35a1cd4eeb add Hungarian translation 2015-10-28 23:31:15 +01:00
ditam
dc3c1ce2f5 add Hungarian translation 2015-10-28 22:43:07 +01:00
Leonardy Kristianto
f1d18e7e49 Rename ruby.html.markdown to ruby-hu.html.markdown 2015-10-28 02:14:30 +08:00
Leonardy Kristianto
3015cfb436 Rename go.html.markdown to go-hu.html.markdown 2015-10-28 02:14:13 +08:00
Zsolt Prontvai
16c7f5e3b1 Ruby hungarian translation 2015-10-09 02:41:08 +02:00
Árpád Goretity 
3a2ee0480f fixed orthographic and grammar mistakes 2014-03-07 07:38:07 +01:00
Szabó Krisztián
c03de38c77 Fixed typo 2013-08-30 07:38:22 +02:00
Krisztián Szabó
0cf12b56e7 Fixed typo's, cleaned up some sentences, added gobyexample.com ref 2013-08-20 10:52:50 +02:00
Adam
f33dea8b83 Updates 2013-08-19 09:14:02 -07:00
Krisztián Szabó
17733c473c Added hungarian translation of Golang 2013-08-18 09:44:10 +02:00