Skip to content

Commit

Permalink
Merge pull request #8 from jfloff/master
Browse files Browse the repository at this point in the history
Create PT (Portugal) locale
  • Loading branch information
pedrofurtado authored Sep 21, 2019
2 parents e5e46d2 + 16fc156 commit 11cf9fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/locales/pt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pt:
errors:
messages:
invalid_date: 'não é uma data válida'
invalid_time: 'não é um horário válido'
invalid_datetime: 'não é um horário com data válido'
is_at: 'deve ser em %{restriction}'
before: 'deve ser antes de %{restriction}'
on_or_before: 'deve ser antes ou em %{restriction}'
after: 'deve ser após %{restriction}'
on_or_after: 'deve ser após ou em %{restriction}'
validates_timeliness:
error_value_formats:
date: '%d/%m/%Y'
time: '%H:%M:%S'
datetime: '%d/%m/%Y %H:%M:%S'

0 comments on commit 11cf9fa

Please sign in to comment.