forked from AkkomaGang/akkoma-fe
Merge branch 'i18n/improve-easy-pedantic-japanese-switching-system' into 'develop'
[i18n] Improve easy/pedantic Japanese switching See merge request pleroma/pleroma-fe!1003
This commit is contained in:
commit
41d2fa2fd6
2 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const messages = {
|
||||||
he: require('./he.json'),
|
he: require('./he.json'),
|
||||||
hu: require('./hu.json'),
|
hu: require('./hu.json'),
|
||||||
it: require('./it.json'),
|
it: require('./it.json'),
|
||||||
ja: require('./ja.json'),
|
ja: require('./ja_pedantic.json'),
|
||||||
ja_easy: require('./ja_easy.json'),
|
ja_easy: require('./ja_easy.json'),
|
||||||
ko: require('./ko.json'),
|
ko: require('./ko.json'),
|
||||||
nb: require('./nb.json'),
|
nb: require('./nb.json'),
|
||||||
|
|
Loading…
Reference in a new issue