mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Add Japanese (ja) to resources
This commit is contained in:
parent
3e83be2bf0
commit
2888ceb710
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import nlNL from './locales/nl-NL.json';
|
|||
import ro from './locales/ro.json';
|
||||
import sq from './locales/sq.json';
|
||||
import ca from './locales/ca.json';
|
||||
import ja from './locales/ja.json';
|
||||
|
||||
export const resources = {
|
||||
en: { translation: en },
|
||||
|
|
@ -51,4 +52,5 @@ export const resources = {
|
|||
ro: { translation: ro },
|
||||
sq: { translation: sq },
|
||||
ca: { translation: ca },
|
||||
ja: { translation: ja },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue