Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Application < Rails::Application

# I18n configuration
config.i18n.default_locale = :es
config.i18n.available_locales = [:es, :ca, :eu, :gl, :en, :'pt-BR', :fr, :ja]
config.i18n.available_locales = [:es, :ca, :eu, :gl, :en, :'pt-BR', :fr, :ja, :nl]
config.i18n.fallbacks = true

# This tells Rails to serve error pages from the app itself, rather than using static error pages in public/
Expand Down
1 change: 1 addition & 0 deletions config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ ca:
gl: Gallec
pt-BR: Portuguès
ja:
nl: Holandès
mailers_globals:
footer:
text: "%{organization_name} en"
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ en:
gl: Galician
pt-BR: Portuguese
ja: Japanese
nl: Dutch
mailers_globals:
footer:
text: "%{organization_name} from"
Expand Down
1 change: 1 addition & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ es:
gl: Gallego
pt-BR: Portugués
ja: Japonés
nl: Holandès
mailers_globals:
footer:
text: "%{organization_name} en"
Expand Down
1 change: 1 addition & 0 deletions config/locales/eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ eu:
gl: Galiziera
pt-BR: Portugesa
ja:
nl: Holandera
mailers_globals:
footer:
text: "%{organization_name}tik"
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ fr:
gl: Galicien
pt-BR: Portugais
ja:
nl: Néerlandais
mailers_globals:
footer:
text: "%{organization_name} de"
Expand Down
1 change: 1 addition & 0 deletions config/locales/gl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ gl:
gl: Galego
pt-BR: Portugués (Brasil)
ja:
nl: Holandés
mailers_globals:
footer:
text: "%{organization_name} de"
Expand Down
1 change: 1 addition & 0 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ ja:
gl: ガリシア語
pt-BR: ブラジルポルトガル語
ja: 日本語
nl: オランダ語
mailers_globals:
footer:
text: "%{organization_name}から"
Expand Down
Loading