mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-03 20:03:01 +08:00
feat(i18n): add Japanese language support #384
This commit is contained in:
@@ -24,6 +24,11 @@ export const languages = [
|
||||
label: 'Simplified Chinese',
|
||||
nativeName: '简体中文',
|
||||
},
|
||||
{
|
||||
value: 'ja',
|
||||
label: 'Japanese',
|
||||
nativeName: '日本語',
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user