Enable Japanese on Android app

This commit is contained in:
Reckless_Satoshi
2023-05-02 03:08:27 -07:00
parent dacb9e9fa6
commit 8035f67515

View File

@ -7,6 +7,7 @@ import translationEN from '../../static/locales/en.json';
import translationES from '../../static/locales/es.json'; import translationES from '../../static/locales/es.json';
import translationDE from '../../static/locales/de.json'; import translationDE from '../../static/locales/de.json';
import translationRU from '../../static/locales/ru.json'; import translationRU from '../../static/locales/ru.json';
import translationJA from '../../static/locales/ja.json';
import translationPL from '../../static/locales/pl.json'; import translationPL from '../../static/locales/pl.json';
import translationFR from '../../static/locales/fr.json'; import translationFR from '../../static/locales/fr.json';
import translationCA from '../../static/locales/ca.json'; import translationCA from '../../static/locales/ca.json';
@ -25,6 +26,7 @@ const config = {
es: { translations: translationES }, es: { translations: translationES },
ru: { translations: translationRU }, ru: { translations: translationRU },
de: { translations: translationDE }, de: { translations: translationDE },
ja: { translations: translationJA },
pl: { translations: translationPL }, pl: { translations: translationPL },
fr: { translations: translationFR }, fr: { translations: translationFR },
ca: { translations: translationCA }, ca: { translations: translationCA },