Add longer intro texts
This commit is contained in:
parent
f4106b9fb6
commit
0c39e527b2
6 changed files with 69 additions and 7 deletions
|
@ -30,6 +30,9 @@ module EntranceExam
|
|||
|
||||
config.time_zone = 'Europe/Brussels'
|
||||
|
||||
config.i18n.available_locales = [:nl]
|
||||
config.i18n.default_locale = :nl
|
||||
|
||||
# Configuration for the application, engines, and railties goes here.
|
||||
#
|
||||
# These settings can be overridden in specific environments using the files
|
||||
|
|
18
config/locales/nl.yml
Normal file
18
config/locales/nl.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
nl:
|
||||
date:
|
||||
formats:
|
||||
long: "%e %B %Y"
|
||||
month_names:
|
||||
-
|
||||
- januari
|
||||
- februari
|
||||
- maart
|
||||
- april
|
||||
- mei
|
||||
- juni
|
||||
- juli
|
||||
- augustus
|
||||
- september
|
||||
- oktober
|
||||
- november
|
||||
- december
|
Loading…
Add table
Add a link
Reference in a new issue