summaryrefslogtreecommitdiffhomepage
path: root/hu-hu
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3856 from sshine/make-python3-defaultAdam Bard2020-02-13-3/+3
|\ | | | | [Python] Make Python 3 default
| * Change 'filename:' for Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/' {} \; ```
| * Python 2 'language': Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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)/' {} \; ```
| * Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | | | | | The list of references is exhausted by running 'ack docs/python'.
| * Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+0
| | | | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* | Purge my deadnameLeigh Brenecki2020-02-13-1/+1
|/
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* add Hungarian translation of Python entryditam2017-10-15-0/+816
|
* metadata fixup for #1874ven2016-06-26-1/+2
|
* add Hungarian translation (#1874)ditam2016-06-26-0/+174
|
* Clean up various errorsAdam2016-02-12-2/+2
|
* Merge pull request #1873 from ditam/yaml_hunGeoff Liu2016-01-08-0/+147
|\ | | | | [yaml/hu] add Hungarian YAML translation
| * add language labelditam2016-01-08-0/+1
| |
| * add language suffix to filenameditam2015-10-28-1/+1
| |
| * fix small typos and grammar.ditam2015-10-28-5/+5
| |
| * add Hungarian translationditam2015-10-28-0/+146
| |
* | "lang: hu-hu" line was missingHughes Perreault2015-11-14-1/+2
| | | | | | | | trying to fix issue #2013
* | add language suffix to filenameditam2015-10-28-1/+1
| |
* | add Hungarian translationditam2015-10-28-0/+106
|/
* Rename ruby.html.markdown to ruby-hu.html.markdownLeonardy Kristianto2015-10-28-0/+0
|
* Rename go.html.markdown to go-hu.html.markdownLeonardy Kristianto2015-10-28-0/+0
|
* Ruby hungarian translationZsolt Prontvai2015-10-09-0/+555
|
* fixed orthographic and grammar mistakesÁrpád Goretity 2014-03-07-20/+22
|
* Fixed typoSzabó Krisztián2013-08-30-1/+1
|
* Fixed typo's, cleaned up some sentences, added gobyexample.com refKrisztián Szabó2013-08-20-11/+11
|
* UpdatesAdam2013-08-19-207/+237
|
* Added hungarian translation of GolangKrisztián Szabó2013-08-18-0/+305