Skip to content

Commit

Permalink
Merge pull request #1 from giedriusr/master
Browse files Browse the repository at this point in the history
Provide lithuanian translations
  • Loading branch information
pedrofurtado authored May 15, 2017
2 parents af44b22 + dd901ce commit 85a1e95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/locales/lt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
lt:
errors:
messages:
invalid_date: 'bloga data'
invalid_time: 'blogas laikas'
invalid_datetime: 'neteisingas datetime formatas'
is_at: 'privalo būti %{restriction}'
before: 'privalo būti prieš %{restriction}'
on_or_before: 'privalo būti ant arba prieš %{restriction}'
after: 'privalo būti po %{restriction}'
on_or_after: 'privalo būti ant arba po %{restriction}'
validates_timeliness:
error_value_formats:
date: '%Y-%m-%d'
time: '%H:%M:%S'
datetime: '%Y-%m-%d %H:%M:%S'

0 comments on commit 85a1e95

Please sign in to comment.