Commit Graph

41 Commits

Author SHA1 Message Date
wang sy
5f941a4dee Fix broken 4clojure links 2023-01-14 13:42:05 +08:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02: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
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
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
Rholais Lii
5da3efebe4
Add language label 2018-09-05 11:53:59 -05:00
Vitalie Lazu
f6300aad29 Added Romanian translation for Elixir 2018-07-20 16:22:47 +03:00
Andy
63a6eb1182 [haskell] Updating second headline (#2695)
* 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)
2017-04-01 22:19:58 +02:00
ven
1cab710b05 Attempt at #2299 2016-07-06 12:09:20 +02:00
ven
828e2ad8aa Fix haskell-ro headers (#2266) 2016-05-27 11:22:48 +02:00
Petru Dimitriu
2f29565a7b Fixed typos for latex-ro, added haskell-ro (#2266) 2016-05-26 21:00:16 +02:00
ven
b8700d497b Merge pull request #1683 from tricinel/master
[coffeescript/en] Add coffeescript translation to Romanian
2016-03-13 10:44:28 +01:00
tricinel
19f92ab066 Add -ro filename suffix and a lang field 2016-03-11 09:55:42 +01:00
ven
d6fb8b12ff Merge pull request #1649 from fuzzmz/feature/xml-ro-translation
[xml/ro] Translate XML document to Romanian
2016-03-11 09:42:11 +01:00
ven
5f65d02955 Merge pull request #1648 from fuzzmz/feature/json-ro-translation
[json/ro] Translate JSON file to Romanian
2016-03-11 09:41:53 +01:00
ven
fb711b4426 Merge pull request #1555 from ianiD/ianiD-patching-old-ones
[bash/ro] Changed some old stuff and added diacritics
2016-03-11 09:32:35 +01:00
ven
d507275592 Merge pull request #1498 from fuzzmz/fix-line-length-python-ro
[python/ro] fix line lengths
2016-03-10 23:11:55 +01:00
Petru Dimitriu
4da6849bc5 Removed old bf file 2016-02-15 20:39:20 +02:00
Petru Dimitriu
44251e1ac5 Fixed bf filename 2016-02-15 20:38:14 +02:00
Petru Dimitriu
528a761ca6 Fix another tiny typo 2016-02-01 14:07:58 +02:00
Petru Dimitriu
600f8ccdd9 Add Brainf*ck and LaTeX Romanian translations 2016-02-01 14:03:18 +02:00
tricinel
dc235b3d13 [coffeescript/en] Add coffeescript translation to Romanian 2015-10-20 10:19:17 +02:00
flatt
ac7a755ae9 Update bash-ro.html.markdown
Tweaked around with the old translations
2015-10-16 15:11:51 +03:00
Serban Constantin
eaeff26ba2 fix line lengths 2015-10-13 23:19:03 +03:00
Serban Constantin
66f7710f6f add translated file 2015-09-30 20:53:45 +03:00
Serban Constantin
1b799a7299 update header 2015-09-30 20:26:20 +03:00
Serban Constantin
556758b3ae add untranslated file to ro-ro folder
Add the original untranslated file to the ro-ro folder and rename
it to respect the correct naming structure.
2015-09-30 20:24:36 +03:00
Serban Constantin
d5f62046c3 translate to romanian 2015-09-30 20:19:11 +03:00
Serban Constantin
52c567f664 update header 2015-09-30 20:06:35 +03:00
Serban Constantin
283bac48db add untranslated file to ro-ro folder
Add the original untranslated file to the ro-ro folder and rename
it to respect the correct naming structure.
2015-09-30 20:02:33 +03:00
Bogdan Paun
c0a6e8fdf9 line length tweaking.. 2015-08-07 12:50:36 +03:00
Bogdan Paun
7cb4534b6e fixed some spacing issues 2015-08-07 12:47:36 +03:00
Bogdan Paun
ab81738386 Added Romanian Clojure translation 2015-08-07 12:45:47 +03:00
Adrian Bordinc
e8264c3fa9 fixed typos, a little bit of formatting 2014-05-07 18:53:23 +02:00
Adrian Bordinc
0e0ae337d4 Added bash/ro-ro translation 2014-03-07 20:01:32 +01:00
Adrian Bordinc
35acb53ee3 Added ruby/ro-ro translation 2014-03-07 19:09:56 +01:00
Adam
b28900b889 Fixed up so it builds 2013-09-08 22:52:09 -07:00
Adam
ee8bed8c98 Fixed up potential conflicts 2013-09-04 09:36:51 -07:00
Ovidiu Ciule
8df74f0ace Corrections. 2013-09-04 13:57:36 +02:00
Ovidiu Ciule
29002c1a6f Add romanian python translation. Expect spelling corrections. 2013-09-04 13:50:59 +02:00