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 |
|
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 |
|
billpcs
|
cb065fdf37
|
update
|
2015-08-05 17:06:31 +03:00 |
|
billpcs
|
f27ed65af6
|
added the translations
|
2015-08-05 16:40:37 +03:00 |
|