Skip to content

Commit ea8723d

Browse files
committed
gr_GR translation
1 parent d9e170b commit ea8723d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

translations/gr_GR/readme.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -150,27 +150,27 @@
150150
------------------------------------------------
151151

152152

153-
## Preface
153+
## Πρόλογος
154154

155-
The following sections outline a _reasonable_ style guide for modern JavaScript development and are not meant to be prescriptive. The most important take-away is the **law of code style consistency**. Whatever you choose as the style for your project should be considered law. Link to this document as a statement of your project's commitment to code style consistency, readability and maintainability.
155+
Τα επόμενα τμήματα δείχνουν ένα _λογικό_ style guide για μοντέρνο JavaScript development και δεν είναι εντεταλμένα. Το πιο σημαντικό στοιχείο να αποκομίσετε είναι ο **νόμος της code style συνέπειας**. Ό,τι και να διαλέξετε για το στυλ του project σας πρέπει λαμβάνεται ως νόμος.
156156

157157

158158

159159

160160

161-
## Idiomatic Style Manifesto
161+
## Ιδιωματικό Style Manifesto
162162

163163

164-
1. <a name="whitespace">Whitespace</a>
165-
- Never mix spaces and tabs.
166-
- When beginning a project, before you write any code, choose between soft indents (spaces) or real tabs, consider this **law**.
167-
- For readability, I always recommend setting your editor's indent size to two characters &mdash; this means two spaces or two spaces representing a real tab.
168-
- If your editor supports it, always work with the "show invisibles" setting turned on. The benefits of this practice are:
169-
- Enforced consistency
170-
- Eliminating end of line whitespace
171-
- Eliminating blank line whitespace
172-
- Commits and diffs that are easier to read
173-
- Use [Editorconfig](http://editorconfig.org/) when possible. It supports most IDEs and handles most whitespace settings.
164+
1. <a name="whitespace">Λευκός χώρος</a>
165+
- Ποτέ να μην συνδιάζετε κενά και tabs.
166+
- Όταν ξεκινάτε ένα project, πριν γράψετε καν κώδικα, διαλέξτε ανάμεσα σε κενά ή tabs και θεωρήστε το **νόμο**.
167+
- Για να είναι ευανάγνωστο, πάντα προτείνω να σετάρετε το indent του editor σας σε 2 χαρακτήρες &mdash; αυτό σημαίνει πως δυο κενά αντιπροσωπεύουν ένα tab.
168+
- Αν το υποστηρίζει ο editor σας, πάντα να δουλεύετε με το "show invisibles" αναμένο. Τα πλεονεκτήματα αυτού είναι:
169+
- Ενισχυμένη συνοχή
170+
- Εξάλειψη των κενών στο τέλος της γραμμής
171+
- Εξάλειψη των κενών γραμμών
172+
- Commits και diffs που είναι ευκολότερα να διαβαστούν
173+
- Χρησιμοποιείτε [Editorconfig](http://editorconfig.org/) όποτε μπορείτε. Υποστηρίζει τα περισσότερα IDEs και διαχειρίζεται τις πεισσότερες ρυθμίσεις για τους κενούς χώρους.
174174

175175

176176
2. <a name="spacing">Beautiful Syntax</a>

0 commit comments

Comments
 (0)