Skip to content

Commit

Permalink
Merge pull request #3 from kke/finnish
Browse files Browse the repository at this point in the history
Finnish
  • Loading branch information
pedrofurtado authored May 2, 2018
2 parents be0241b + a39f8a5 commit 93b054a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/locales/fi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
fi:
errors:
messages:
invalid_date: 'ei ole kelvollinen päivämäärä'
invalid_time: 'ei ole kelvollinen kellonaika'
invalid_datetime: 'ei ole kelvollinen aikaleima'
is_at: 'täytyy olla %{restriction}'
before: 'täytyy olla ennen %{restriction}'
on_or_before: 'täytyy olla %{restriction} tai aiemmin'
after: 'täytyy olla %{restriction} jälkeen'
on_or_after: 'täytyy olla %{restriction} tai myöhemmin'
validates_timeliness:
error_value_formats:
date: '%d.%m.%Y'
time: '%H:%M:%S'
datetime: '%d.%m.%Y %H:%M:%S'

0 comments on commit 93b054a

Please sign in to comment.