Added nl locale
This commit is contained in:
parent
61e67072c0
commit
7c897ed960
@ -31,7 +31,7 @@ module AgendaDuLibreRails
|
||||
Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]
|
||||
# config.i18n.default_locale = :de
|
||||
config.i18n.default_locale = :fr
|
||||
config.i18n.available_locales = %i[fr en 'pt-BR']
|
||||
config.i18n.available_locales = %i[fr en pt-BR nl]
|
||||
|
||||
config.action_mailer.default_options = {
|
||||
from: 'moderateurs@agendadulibre.org',
|
||||
|
Loading…
Reference in New Issue
Block a user