Skip to content

Commit 000ffe0

Browse files
committed
Add Japanese language 🌐
1 parent e5b826d commit 000ffe0

File tree

9 files changed

+591
-15
lines changed

9 files changed

+591
-15
lines changed

‎config/application.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Application < Rails::Application
1313

1414
# I18n configuration
1515
config.i18n.default_locale = :es
16-
config.i18n.available_locales = [:es, :ca, :eu, :gl, :en, :'pt-BR', :fr]
16+
config.i18n.available_locales = [:es, :ca, :eu, :gl, :en, :'pt-BR', :fr, :ja]
1717
config.i18n.fallbacks = true
1818

1919
# This tells Rails to serve error pages from the app itself, rather than using static error pages in public/

‎config/locales/ca.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,14 @@ ca:
349349
report:
350350
report_title: INFORME
351351
locales:
352-
ar: Àrab
353352
ca: CatalĂ 
354353
en: AnglĂšs
355354
es: Espanyol
356355
eu: Basc
357356
fr: FrancĂšs
358357
gl: Gallec
359-
pt: PortuguĂšs
360358
pt-BR: PortuguĂšs
359+
ja:
361360
mailers_globals:
362361
footer:
363362
text: "%{organization_name} en"

‎config/locales/en.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,14 @@ en:
348348
report:
349349
report_title: REPORT
350350
locales:
351-
ar: Arabic
352351
ca: Catalan
353352
en: English
354353
es: Spanish
355354
eu: Basque
356355
fr: French
357356
gl: Galician
358-
pt: Portuguese
359357
pt-BR: Portuguese
358+
ja: Japanese
360359
mailers_globals:
361360
footer:
362361
text: "%{organization_name} from"

‎config/locales/es.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,14 @@ es:
351351
report:
352352
report_title: INFORME
353353
locales:
354-
ar: Árabe
355354
ca: CatalĂĄn
356355
en: Inglés
357356
es: Español
358357
eu: Euskera
359358
fr: Francés
360359
gl: Gallego
361-
pt: Portugués
362360
pt-BR: Portugués
361+
ja: Japonés
363362
mailers_globals:
364363
footer:
365364
text: "%{organization_name} en"

‎config/locales/eu.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,14 @@ eu:
349349
report:
350350
report_title: TXOSTENA
351351
locales:
352-
ar: Arabiera
353352
ca: Katalanera
354353
en: Ingelesa
355354
es: Gaztelera
356355
eu: Euskara
357356
fr: Frantsesa
358357
gl: Galiziera
359-
pt: Portugesa
360358
pt-BR: Portugesa
359+
ja:
361360
mailers_globals:
362361
footer:
363362
text: "%{organization_name}tik"

‎config/locales/fr.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,14 @@ fr:
350350
report:
351351
report_title: RAPPORT
352352
locales:
353-
ar: Arabe
354353
ca: Catalan
355354
en: Anglais
356355
es: Espagnol
357356
eu: Basque
358357
fr: Français
359358
gl: Galicien
360-
pt: Portugais
361359
pt-BR: Portugais
360+
ja:
362361
mailers_globals:
363362
footer:
364363
text: "%{organization_name} de"

‎config/locales/gl.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,14 @@ gl:
349349
report:
350350
report_title: INFORME
351351
locales:
352-
ar: Árabe
353352
ca: CatalĂĄn
354353
en: Inglés
355354
es: Español
356355
eu: Vasco
357356
fr: Francés
358357
gl: Galego
359-
pt: Portugués
360358
pt-BR: Portugués (Brasil)
359+
ja:
361360
mailers_globals:
362361
footer:
363362
text: "%{organization_name} de"

0 commit comments

Comments
 (0)