summaryrefslogtreecommitdiffhomepage
path: root/el-gr
Commit message (Collapse)AuthorAgeLines
* Add Greek translation of Rust articleDimitris Kokkonis2020-10-14-0/+339
|
* Update el-gr/vim-gr.html.markdownanakimluke2020-06-09-1/+1
| | | Co-authored-by: 谭九鼎 <109224573@qq.com>
* Fixed bug.anakimluke2020-06-01-0/+1
| | | | Fixed duplicate vim entry and mismatch of page language. closes #3946
* Merge pull request #3707 from haritonch/vim-greek-translationAdam Bard2020-05-19-0/+266
|\ | | | | [vim/el-gr] Add greek translation for vim
| * add greek translation for vimChariton Charitonidis2019-10-19-0/+266
| |
* | Python 3: Use 'filename: learnpython*.py' (no '3')Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/' {} \; ```
* | Python 3: 'language: Python'Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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/' {} \; ```
* | 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 3 markdown files into 'python'Simon Shine2020-02-12-0/+0
| | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* | Add lang code, fix #3850Divay Prakash2020-02-09-1/+2
| |
* | Merge pull request #3706 from haritonch/python3-greek-translationMax Schumacher2020-01-28-0/+1030
|\ \ | | | | | | [python/el-gr] Add greek translation for python 3
| * | add greek translation for python3Chariton Charitonidis2019-10-19-0/+1030
| |/
* | [bash/gr] Translate Bash to greek (#3595)Dimitri Kokkonis2019-08-10-0/+528
| | | | | | | | | | | | | | | | * Add greek translation for the HTML language * Correct typo in source file name * Translate Bash to greek
* | [html/gr] Add greek translation for the HTML language (#3588)Dimitri Kokkonis2019-08-03-0/+193
|/ | | | | | * Add greek translation for the HTML language * Correct typo in source file name
* Update json-gr.html.markdownAthanasios Emmanouilidis2018-11-17-0/+7
|
* Create json-gr.html.markdownAthanasios Emmanouilidis2018-11-12-0/+53
|
* Improved the translation a little bit (#2511)Andreas Loizou (LACK3R)2016-10-26-4/+4
| | | Fixed a couple grammar mistakes.
* [java/el] Modified a sentence in the Greek java documentation (#2510)Andreas Loizou (LACK3R)2016-10-26-3/+3
| | | I'm the initial translator of the file. Modified a sentence to make more sense.
* Update css-gr.html.markdown (#2263)Bill Panagiotopoulos2016-05-19-3/+1
|
* fix some misplaced comments (#2261)Bill Panagiotopoulos2016-05-19-3/+4
|
* Update java-gr.html.markdownAdam Bard2016-04-25-1/+1
|
* [Java/el] Translated Java to GreekAndreas Loizou (LACK3R)2016-04-17-0/+858
| | | [Java/el] Translated Java to Greek
* Update scala-gr.html.markdownGloria Dwomoh2015-10-18-17/+17
|
* Update racket-gr.html.markdownGloria Dwomoh2015-10-17-36/+36
|
* Update css-gr.html.markdownKostas Bariotis2015-10-16-1/+1
|
* css translation file moved to appropriate folderKostas Bariotis2015-10-16-0/+243
|
* fix some sentences left in englishbillpcs2015-08-16-16/+17
|
* Update racket gr to include what language it is in to fix homescreen issue ↵Levi Bostian2015-08-06-1/+2
| | | | showing up twice.
* Small FixesBill Panagiotopoulos2015-08-06-6/+4
| | | Fix small extra character and translate a small text left untranslated by mistake
* updatebillpcs2015-08-05-15/+13
|
* added the translationsbillpcs2015-08-05-0/+1436