Skip to content

Commit

Permalink
Merge pull request #313 from fotos/update_el_cldr
Browse files Browse the repository at this point in the history
Update el according to CLDR
  • Loading branch information
kuroda committed Mar 13, 2013
2 parents 99c3f46 + af26b42 commit 43969c4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions rails/locale/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ el:
abbr_day_names:
- Κυρ
- Δευ
- Τρι
- Τρί
- Τετ
- Πεμ
- Πέμ
- Παρ
- Σαβ
- Σάβ
abbr_month_names:
-
- Ιαν.
- Φεβ.
- Μαρ.
- Απρ.
- Μαι.
- Ιουν.
- Ιούλ.
- Αυγ.
- Σεπ.
- Οκτ.
- Νοε.
- Δεκ.
- Ιαν
- Φεβ
- Μαρ
- Απρ
- Μαϊ
- Ιουν
- Ιουλ
- Αυγ
- Σεπ
- Οκτ
- Νοε
- Δεκ
day_names:
- Κυριακή
- Δευτέρα
Expand Down Expand Up @@ -128,7 +128,7 @@ el:
template:
body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
header:
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευθεί.
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί.'
helpers:
select:
Expand All @@ -140,10 +140,10 @@ el:
number:
currency:
format:
delimiter: ! ','
delimiter: .
format: ! '%n %u'
precision: 2
separator: .
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit:
Expand Down Expand Up @@ -190,12 +190,12 @@ el:
two_words_connector: ! ' και '
words_connector: ! ', '
time:
am: πμ
am: π.μ.
formats:
default: ! '%d %B %Y %H:%M'
long: ! '%A %d %B %Y %H:%M:%S %Z'
short: ! '%d %b %H:%M'
pm: μμ
pm: μ.μ.
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
Expand Down

0 comments on commit 43969c4

Please sign in to comment.