We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c121636 commit d0f911aCopy full SHA for d0f911a
src/lang/index.js
@@ -15,4 +15,4 @@ export const defaultLocale = 'en_US';
15
// translated locales
16
export { default as en_US } from './locales/en_US.json';
17
export { default as zh_CN } from './locales/zh_CN.json';
18
-export { default as ja_JA } from './locales/ja_JA.json';
+export { default as ja_JP } from './locales/ja_JP.json';
src/lang/locales.json
@@ -1,5 +1,5 @@
1
{
2
"en_US": "English",
3
"zh_CN": "简体中文",
4
- "ja_JA": "日本語"
+ "ja_JP": "日本語"
5
}
src/lang/locales/ja_JA.json renamed to src/lang/locales/ja_JP.json
0 commit comments