Skip to content

Commit d81b4de

Browse files
authored
feat(i18n): add Japanese (ja-JP) locale (THU-MAIC#365)
- Add complete ja-JP.json with all 785 translation keys - Register ja-JP in supportedLocales (locales.ts) - All keys verified: 0 missing, 0 extra, 0 emoji drift
1 parent 412cd45 commit d81b4de

File tree

2 files changed

+878
-0
lines changed

2 files changed

+878
-0
lines changed

lib/i18n/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ export type LocaleEntry = {
1616
export const supportedLocales = [
1717
{ code: 'zh-CN', label: '简体中文', shortLabel: 'CN' },
1818
{ code: 'en-US', label: 'English', shortLabel: 'EN' },
19+
{ code: 'ja-JP', label: '日本語', shortLabel: 'JA' },
1920
] as const satisfies readonly LocaleEntry[];

0 commit comments

Comments
 (0)