Skip to content

Commit

Permalink
Add Dutch locale
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasva committed Nov 25, 2021
1 parent 2eefdf2 commit ab6fff2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
nl:
errors:
messages:
invalid_date: 'is geen geldige datum'
invalid_time: 'is geen geldige tijd'
invalid_datetime: 'is geen geldige datum/tijd'
is_at: 'moet gelijk aan %{restriction} zijn'
before: 'moet voor %{restriction} zijn'
on_or_before: 'moet voor of gelijk aan %{restriction} zijn'
after: 'moet na %{restriction} zijn'
on_or_after: 'moet na of gelijk aan %{restriction} zijn'
validates_timeliness:
error_value_formats:
date: '%d-%m-%Y'
time: '%H:%M:%S'
datetime: '%d-%m-%Y %H:%M:%S'

0 comments on commit ab6fff2

Please sign in to comment.