Skip to content

Commit e6b697f

Browse files
authored
Add support for Greek, Modern el.yaml (#1160)
1 parent 25e5b4d commit e6b697f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

i18n/el.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- id: prev_page
2+
translation: "Προηγούμενο"
3+
4+
- id: next_page
5+
translation: "Επόμενο"
6+
7+
- id: read_time
8+
translation:
9+
one: "1 λεπτό"
10+
other: "{{ .Count }} λεπτά"
11+
12+
- id: words
13+
translation:
14+
one: "λέξη"
15+
other: "{{ .Count }} λέξεις"
16+
17+
- id: toc
18+
translation: "Πίνακας Περιεχομένων"
19+
20+
- id: translations
21+
translation: "Μεταφράσεις"
22+
23+
- id: home
24+
translation: "Αρχική"
25+
26+
- id: edit_post
27+
translation: "Επεξεργασία"
28+
29+
- id: code_copy
30+
translation: "αντιγραφή"
31+
32+
- id: code_copied
33+
translation: "αντιγράφηκε!"

0 commit comments

Comments
 (0)