mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Enable Japanese on Android app
This commit is contained in:
parent
dacb9e9fa6
commit
8035f67515
@ -7,6 +7,7 @@ import translationEN from '../../static/locales/en.json';
|
||||
import translationES from '../../static/locales/es.json';
|
||||
import translationDE from '../../static/locales/de.json';
|
||||
import translationRU from '../../static/locales/ru.json';
|
||||
import translationJA from '../../static/locales/ja.json';
|
||||
import translationPL from '../../static/locales/pl.json';
|
||||
import translationFR from '../../static/locales/fr.json';
|
||||
import translationCA from '../../static/locales/ca.json';
|
||||
@ -25,6 +26,7 @@ const config = {
|
||||
es: { translations: translationES },
|
||||
ru: { translations: translationRU },
|
||||
de: { translations: translationDE },
|
||||
ja: { translations: translationJA },
|
||||
pl: { translations: translationPL },
|
||||
fr: { translations: translationFR },
|
||||
ca: { translations: translationCA },
|
||||
|
Loading…
Reference in New Issue
Block a user