Skip to content

Commit c059522

Browse files
authored
fix: fix typescheck
1 parent ea6b108 commit c059522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/i18n/src/translations/ja-JP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const metadata: I18nMetadata = {
151151
direction: 'ltr',
152152
};
153153

154-
const en_US: I18nBundle = {
154+
const ja_JP: I18nBundle = {
155155
metadata,
156156
translations,
157157
};

0 commit comments

Comments
 (0)