Skip to content

Commit

Permalink
Greek translation of the Eclipse Collections site
Browse files Browse the repository at this point in the history
Signed-off-by: Thodoris Bais <thodoris.bais@gmail.com>
  • Loading branch information
teobais committed Dec 29, 2019
1 parent 759dc28 commit f8b0194
Show file tree
Hide file tree
Showing 9 changed files with 681 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<a href="https://www.eclipse.org/collections/"><img src="https://github.com/eclipse/eclipse-collections/blob/master/artwork/eclipse-collections-logo.png" height="50%" width="50%"></a>

#### [English](https://www.eclipse.org/collections/) | [中文](https://www.eclipse.org/collections/cn/index.html) | [Deutsch](https://www.eclipse.org/collections/de/index.html) | [Español](https://www.eclipse.org/collections/es/index.html) | [Français](https://www.eclipse.org/collections/fr/index.html) | [日本語](https://www.eclipse.org/collections/ja/index.html) | [Português-Brasil](https://www.eclipse.org/collections/pt-br/index.html) | [Русский](https://www.eclipse.org/collections/ru/index.html)
#### [English](https://www.eclipse.org/collections/) | [中文](https://www.eclipse.org/collections/cn/index.html) | [Deutsch](https://www.eclipse.org/collections/de/index.html) | [Español](https://www.eclipse.org/collections/es/index.html) | [Ελληνικά](https://www.eclipse.org/collections/gr/index.html) | [Français](https://www.eclipse.org/collections/fr/index.html) | [日本語](https://www.eclipse.org/collections/ja/index.html) | [Português-Brasil](https://www.eclipse.org/collections/pt-br/index.html) | [Русский](https://www.eclipse.org/collections/ru/index.html)
Eclipse Collections is a comprehensive collections library for Java. The library enables productivity and performance by delivering an expressive and efficient set of APIs and types. The iteration protocol was inspired by the Smalltalk collection framework, and the collections are compatible with the Java Collection Framework types.


Expand Down
1 change: 1 addition & 0 deletions site/cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
Expand Down
1 change: 1 addition & 0 deletions site/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
Expand Down
1 change: 1 addition & 0 deletions site/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="de/index.html">Deutsch</a></li>
<li><a href="gr/index.html">Ελληνικά</a></li>
<li><a href="">Español</a></li>
<li><a href="cn/index.html">中文</a></li>
<li><a href="fr/index.html">Français</a></li>
Expand Down
1 change: 1 addition & 0 deletions site/fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="">Français</a></li>
Expand Down
672 changes: 672 additions & 0 deletions site/gr/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions site/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
Expand Down
1 change: 1 addition & 0 deletions site/pt-br/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../fr/index.html">Français</a></li>
Expand Down
2 changes: 2 additions & 0 deletions site/ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
<ul class="dropdown-menu">
<li><a href="../index.html">English</a></li>
<li><a href="../de/index.html">Deutsch</a></li>
<li><a href="../gr/index.html">Ελληνικά</a></li>
<li><a href="../es/index.html">Español</a></li>
<li><a href="../fr/index.html">Français</a></li>
<li><a href="../cn/index.html">中文</a></li>
<li><a href="../ja/index.html">日本語</a></li>
Expand Down

0 comments on commit f8b0194

Please sign in to comment.