Skip to content

Commit d0f911a

Browse files
committed
[rdar://102139999] fix: JP instead of JA
Signed-off-by: Marina Aísa <[email protected]>
1 parent c121636 commit d0f911a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/lang/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export const defaultLocale = 'en_US';
1515
// translated locales
1616
export { default as en_US } from './locales/en_US.json';
1717
export { default as zh_CN } from './locales/zh_CN.json';
18-
export { default as ja_JA } from './locales/ja_JA.json';
18+
export { default as ja_JP } from './locales/ja_JP.json';

src/lang/locales.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"en_US": "English",
33
"zh_CN": "简体中文",
4-
"ja_JA": "日本語"
4+
"ja_JP": "日本語"
55
}
File renamed without changes.

0 commit comments

Comments
 (0)