Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename OS X to macOS (#4166) | Борис Верховский | 2021-05-25 | -1/+1 |
| | ||||
* | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-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 Shine | 2020-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)/' {} \; ``` | |||
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-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 ``` | |||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | Add language label | Rholais Lii | 2018-09-05 | -1/+1 |
| | ||||
* | Added Romanian translation for Elixir | Vitalie Lazu | 2018-07-20 | -0/+459 |
| | ||||
* | [haskell] Updating second headline (#2695) | Andy | 2017-04-01 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Haskell: Updating second headline * Haskell: Updating second headline (es) * Haskell: Updating second headline (fr) * Haskell: Updating second headline (pl) * Haskell: Updating second headline (pt) * Haskell: Updating second headline (ro) * Haskell: Updating second headline (ru) * Haskell: Updating second headline (cn) | |||
* | Attempt at #2299 | ven | 2016-07-06 | -2/+3 |
| | ||||
* | Fix haskell-ro headers (#2266) | ven | 2016-05-27 | -0/+2 |
| | ||||
* | Fixed typos for latex-ro, added haskell-ro (#2266) | Petru Dimitriu | 2016-05-26 | -31/+482 |
| | ||||
* | Merge pull request #1683 from tricinel/master | ven | 2016-03-13 | -0/+102 |
|\ | | | | | [coffeescript/en] Add coffeescript translation to Romanian | |||
| * | Add -ro filename suffix and a lang field | tricinel | 2016-03-11 | -1/+2 |
| | | ||||
| * | [coffeescript/en] Add coffeescript translation to Romanian | tricinel | 2015-10-20 | -0/+101 |
| | | ||||
* | | Merge pull request #1649 from fuzzmz/feature/xml-ro-translation | ven | 2016-03-11 | -0/+133 |
|\ \ | | | | | | | [xml/ro] Translate XML document to Romanian | |||
| * | | add translated file | Serban Constantin | 2015-09-30 | -81/+85 |
| | | | ||||
| * | | update header | Serban Constantin | 2015-09-30 | -1/+4 |
| | | | ||||
| * | | add untranslated file to ro-ro folder | Serban Constantin | 2015-09-30 | -0/+126 |
| |/ | | | | | | | | | Add the original untranslated file to the ro-ro folder and rename it to respect the correct naming structure. | |||
* | | Merge pull request #1648 from fuzzmz/feature/json-ro-translation | ven | 2016-03-11 | -0/+61 |
|\ \ | | | | | | | [json/ro] Translate JSON file to Romanian | |||
| * | | translate to romanian | Serban Constantin | 2015-09-30 | -24/+24 |
| | | | ||||
| * | | update header | Serban Constantin | 2015-09-30 | -1/+4 |
| | | | ||||
| * | | add untranslated file to ro-ro folder | Serban Constantin | 2015-09-30 | -0/+58 |
| |/ | | | | | | | | | Add the original untranslated file to the ro-ro folder and rename it to respect the correct naming structure. | |||
* | | Merge pull request #1555 from ianiD/ianiD-patching-old-ones | ven | 2016-03-11 | -77/+82 |
|\ \ | | | | | | | [bash/ro] Changed some old stuff and added diacritics | |||
| * | | Update bash-ro.html.markdown | flatt | 2015-10-16 | -77/+82 |
| |/ | | | | | Tweaked around with the old translations | |||
* | | Merge pull request #1498 from fuzzmz/fix-line-length-python-ro | ven | 2016-03-10 | -7/+10 |
|\ \ | | | | | | | [python/ro] fix line lengths | |||
| * | | fix line lengths | Serban Constantin | 2015-10-13 | -7/+10 |
| |/ | ||||
* | | Removed old bf file | Petru Dimitriu | 2016-02-15 | -90/+0 |
| | | ||||
* | | Fixed bf filename | Petru Dimitriu | 2016-02-15 | -0/+90 |
| | | ||||
* | | Fix another tiny typo | Petru Dimitriu | 2016-02-01 | -1/+0 |
| | | ||||
* | | Add Brainf*ck and LaTeX Romanian translations | Petru Dimitriu | 2016-02-01 | -0/+349 |
|/ | ||||
* | line length tweaking.. | Bogdan Paun | 2015-08-07 | -3/+2 |
| | ||||
* | fixed some spacing issues | Bogdan Paun | 2015-08-07 | -2/+4 |
| | ||||
* | Added Romanian Clojure translation | Bogdan Paun | 2015-08-07 | -0/+385 |
| | ||||
* | fixed typos, a little bit of formatting | Adrian Bordinc | 2014-05-07 | -34/+52 |
| | ||||
* | Added bash/ro-ro translation | Adrian Bordinc | 2014-03-07 | -0/+171 |
| | ||||
* | Added ruby/ro-ro translation | Adrian Bordinc | 2014-03-07 | -0/+479 |
| | ||||
* | Fixed up so it builds | Adam | 2013-09-08 | -1/+2 |
| | ||||
* | Fixed up potential conflicts | Adam | 2013-09-04 | -1/+1 |
| | ||||
* | Corrections. | Ovidiu Ciule | 2013-09-04 | -3/+2 |
| | ||||
* | Add romanian python translation. Expect spelling corrections. | Ovidiu Ciule | 2013-09-04 | -0/+490 |