Skip to content

Commit 7d086d7

Browse files
committed
fix: update lang location and add ja in email
1 parent 305955d commit 7d086d7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/i18n.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import enTranslations from './langs/en.json';
55
import esTranslations from './langs/es.json';
66
import frTranslations from './langs/fr.json';
77
import itTranslations from './langs/it.json';
8+
import jaTranslations from './langs/ja.json';
89

910
init({
1011
fallbackLng: 'en',
@@ -24,6 +25,9 @@ init({
2425
ar: {
2526
translation: arTranslations,
2627
},
28+
ja: {
29+
translation: jaTranslations,
30+
},
2731
},
2832
});
2933

0 commit comments

Comments
 (0)