We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305955d commit 7d086d7Copy full SHA for 7d086d7
2 files changed
src/i18n.ts
@@ -5,6 +5,7 @@ import enTranslations from './langs/en.json';
5
import esTranslations from './langs/es.json';
6
import frTranslations from './langs/fr.json';
7
import itTranslations from './langs/it.json';
8
+import jaTranslations from './langs/ja.json';
9
10
init({
11
fallbackLng: 'en',
@@ -24,6 +25,9 @@ init({
24
25
ar: {
26
translation: arTranslations,
27
},
28
+ ja: {
29
+ translation: jaTranslations,
30
+ },
31
32
});
33
src/plugins/mailer/langs/ja.json src/langs/ja.jsonsrc/plugins/mailer/langs/ja.json renamed to src/langs/ja.json
0 commit comments