mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Refactor and expand Paper validations
This commit is contained in:
parent
d6571e4042
commit
ebca521e2f
6 changed files with 90 additions and 9 deletions
|
@ -1,2 +1,5 @@
|
|||
de:
|
||||
hello: 'Hallo'
|
||||
errors:
|
||||
messages:
|
||||
unparseable_date: "ist kein gültiges Datum"
|
||||
url: "ist keine gültige URL"
|
||||
|
|
5
config/locales/en.yml
Normal file
5
config/locales/en.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
en:
|
||||
errors:
|
||||
messages:
|
||||
unparseable_date: "is not a parseable date"
|
||||
url: "is not a valid URL"
|
Loading…
Add table
Add a link
Reference in a new issue