Boris Verkhovskiy
fa95b37b6f
Fix filename in frontmatter
2024-11-13 08:04:47 -07:00
Boris Verkhovskiy
da7182cb2e
Reclassify shells as languages ( #5150 )
2024-10-20 15:11:09 -07:00
Boris Verkhovskiy
f4d4fb76ba
Fix language names ( #5148 )
2024-10-20 14:46:35 -07:00
Marko M
b5f8ea76bc
[java/*] Update obsolete link to "Thinking in Java" ( #4365 )
2024-05-13 01:38:52 -06:00
Boris Verkhovskiy
b6bc1197b0
[rust/*] playpen -> Playground
2024-04-26 20:48:43 -07:00
Boris Verkhovskiy
1924d58159
[python/*] proofread en and ru and all links
2024-04-26 01:48:54 -07:00
Boris Verkhovskiy
33e7713577
[vim/*] highlight vimrc
2024-04-20 00:57:37 -07:00
Boris Verkhovskiy
0aceb41100
[python/*] remove feedback email request
2024-04-07 03:54:02 -07:00
Boris Verkhovskiy
3e687f1a8c
Remove leading and trailing empty lines in code blocks
2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
9fa4b5af80
Add missing natural language tags
2024-04-06 06:59:13 -07:00
Boris Verkhovskiy
bb8186e72b
Merge pull request #3748 from mstou/gr-haskell
...
[haskell/el-gr] Add Greek translation for Haskell
2024-04-06 03:22:03 -07:00
Boris Verkhovskiy
742c6ba200
Update haskell-gr.html.markdown
2024-04-06 03:21:13 -07:00
Aristides Milios
4daa2014c2
[rust/el-gr] Small fixes to Rust el-gr ( #4060 )
...
* Small fixes to Rust in el-gr
spelling mistakes, reworded some descriptions
* Update rust-gr.html.markdown
* small correction
2023-12-14 15:50:07 +01:00
Mi. Lia
7c401735bc
[ocaml/el-gr] A minor but important fix regarding syntax coloring ( #4319 )
2022-02-20 22:15:33 +08:00
谭九鼎
ad760a7adf
[ocaml/el-gr] fix lang heading
2022-02-20 22:12:22 +08:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example ( #4230 )
...
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
Adam Bard
9b69738861
Merge pull request #3895 from haritonch/ocaml-greek-translation
...
[ocaml/el-gr] Add greek translation for OCaml
2021-10-21 14:36:51 -07:00
Andre Polykanine
57c91c96ad
Fix #4211
2021-08-22 11:17:35 +02:00
Борис Верховский
a502f8d723
Rename OS X to macOS ( #4166 )
2021-05-25 13:42:50 +02:00
Dimitris Kokkonis
b2bb224dec
Add Greek translation of Rust article
2020-10-14 10:29:08 +02:00
anakimluke
d9e8093c13
Update el-gr/vim-gr.html.markdown
...
Co-authored-by: 谭九鼎 <109224573@qq.com>
2020-06-09 18:31:29 -03:00
anakimluke
dedffc3419
Fixed bug.
...
Fixed duplicate vim entry and mismatch of page language.
closes #3946
2020-06-01 19:39:30 -03:00
Adam Bard
8d7921af36
Merge pull request #3707 from haritonch/vim-greek-translation
...
[vim/el-gr] Add greek translation for vim
2020-05-19 08:59:46 -07:00
haritonch
0aa2d0b447
Add greek translation for OCaml
2020-03-27 18:54:21 +02:00
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
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
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
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
Divay Prakash
9e714ac1df
Add lang code, fix #3850
2020-02-09 22:10:49 +05:30
Max Schumacher
ad441bf6b5
Merge pull request #3706 from haritonch/python3-greek-translation
...
[python/el-gr] Add greek translation for python 3
2020-01-28 11:27:32 +01:00
Miltiadis Stouras
3999e9d011
[haskell/el-gr] Add Greek translation for Haskell
2019-10-31 18:43:05 +02:00
Chariton Charitonidis
bd52393b70
add greek translation for vim
2019-10-19 17:40:32 +03:00
Chariton Charitonidis
3996c22a89
add greek translation for python3
2019-10-19 16:01:29 +03:00
Dimitri Kokkonis
e8dd50b85e
[bash/gr] Translate Bash to greek ( #3595 )
...
* Add greek translation for the HTML language
* Correct typo in source file name
* Translate Bash to greek
2019-08-10 23:26:02 +05:30
Dimitri Kokkonis
a5137a8286
[html/gr] Add greek translation for the HTML language ( #3588 )
...
* Add greek translation for the HTML language
* Correct typo in source file name
2019-08-03 23:55:27 +05:30
Athanasios Emmanouilidis
7d677f4dbe
Update json-gr.html.markdown
2018-11-17 10:21:39 +02:00
Athanasios Emmanouilidis
ffefea0306
Create json-gr.html.markdown
2018-11-12 21:08:37 +02:00
Andreas Loizou (LACK3R)
2861de1caa
Improved the translation a little bit ( #2511 )
...
Fixed a couple grammar mistakes.
2016-10-26 10:20:03 +02:00
Andreas Loizou (LACK3R)
a17682b3e1
[java/el] Modified a sentence in the Greek java documentation ( #2510 )
...
I'm the initial translator of the file. Modified a sentence to make more sense.
2016-10-26 10:19:48 +02:00
Bill Panagiotopoulos
470893c93a
Update css-gr.html.markdown ( #2263 )
2016-05-19 16:16:11 +02:00
Bill Panagiotopoulos
056364ff1c
fix some misplaced comments ( #2261 )
2016-05-19 09:34:53 +02:00
Adam Bard
ca208c9473
Update java-gr.html.markdown
2016-04-25 11:55:28 -07:00
Andreas Loizou (LACK3R)
2e77f54c34
[Java/el] Translated Java to Greek
...
[Java/el] Translated Java to Greek
2016-04-17 00:56:09 +03:00
Gloria Dwomoh
989615be41
Update scala-gr.html.markdown
2015-10-18 00:02:18 +03:00
Gloria Dwomoh
df1f9fdb9e
Update racket-gr.html.markdown
2015-10-17 18:22:55 +03:00
Kostas Bariotis
ece01620be
Update css-gr.html.markdown
2015-10-16 22:32:54 +03:00
Kostas Bariotis
8908c07652
css translation file moved to appropriate folder
2015-10-16 22:30:50 +03:00
billpcs
be32914cc5
fix some sentences left in english
2015-08-16 23:26:23 +03:00
Levi Bostian
2f73cafc70
Update racket gr to include what language it is in to fix homescreen issue showing up twice.
2015-08-06 12:26:29 -05:00
Bill Panagiotopoulos
c21c4b65cb
Small Fixes
...
Fix small extra character and translate a small text left untranslated by mistake
2015-08-06 18:41:33 +03:00