Add Japanese (ja) to resources

This commit is contained in:
Joe00011 2026-03-01 02:47:04 +09:00 committed by GitHub
parent 3e83be2bf0
commit 2888ceb710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },
};