Skip to content
Merged
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]
config.i18n.available_locales = [:es, :ca, :eu, :gl, :en, :'pt-BR', :fr, :ja]
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
3 changes: 1 addition & 2 deletions config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,14 @@ ca:
report:
report_title: INFORME
locales:
ar: Àrab
ca: Català
en: Anglès
es: Espanyol
eu: Basc
fr: Francès
gl: Gallec
pt: Portuguès
pt-BR: Portuguès
ja:
mailers_globals:
footer:
text: "%{organization_name} en"
Expand Down
3 changes: 1 addition & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,14 @@ en:
report:
report_title: REPORT
locales:
ar: Arabic
ca: Catalan
en: English
es: Spanish
eu: Basque
fr: French
gl: Galician
pt: Portuguese
pt-BR: Portuguese
ja: Japanese
mailers_globals:
footer:
text: "%{organization_name} from"
Expand Down
3 changes: 1 addition & 2 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,14 @@ es:
report:
report_title: INFORME
locales:
ar: Árabe
ca: Catalán
en: Inglés
es: Español
eu: Euskera
fr: Francés
gl: Gallego
pt: Portugués
pt-BR: Portugués
ja: Japonés
mailers_globals:
footer:
text: "%{organization_name} en"
Expand Down
3 changes: 1 addition & 2 deletions config/locales/eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,14 @@ eu:
report:
report_title: TXOSTENA
locales:
ar: Arabiera
ca: Katalanera
en: Ingelesa
es: Gaztelera
eu: Euskara
fr: Frantsesa
gl: Galiziera
pt: Portugesa
pt-BR: Portugesa
ja:
mailers_globals:
footer:
text: "%{organization_name}tik"
Expand Down
3 changes: 1 addition & 2 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,14 @@ fr:
report:
report_title: RAPPORT
locales:
ar: Arabe
ca: Catalan
en: Anglais
es: Espagnol
eu: Basque
fr: Français
gl: Galicien
pt: Portugais
pt-BR: Portugais
ja:
mailers_globals:
footer:
text: "%{organization_name} de"
Expand Down
3 changes: 1 addition & 2 deletions config/locales/gl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,14 @@ gl:
report:
report_title: INFORME
locales:
ar: Árabe
ca: Catalán
en: Inglés
es: Español
eu: Vasco
fr: Francés
gl: Galego
pt: Portugués
pt-BR: Portugués (Brasil)
ja:
mailers_globals:
footer:
text: "%{organization_name} de"
Expand Down
Loading