mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Add Japanese support (#3906)
### What problem does this PR solve? Add native translation in locales for Japanese 🇯🇵 to support new local language ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Hiroshi Kameya <kameya_h@sunflare.co.jp>
This commit is contained in:
@ -46,6 +46,7 @@ export const LanguageList = [
|
||||
'Indonesia',
|
||||
'Spanish',
|
||||
'Vietnamese',
|
||||
'Japanese',
|
||||
];
|
||||
|
||||
export const LanguageMap = {
|
||||
@ -55,6 +56,7 @@ export const LanguageMap = {
|
||||
Indonesia: 'Indonesia',
|
||||
Spanish: 'Español',
|
||||
Vietnamese: 'Tiếng việt',
|
||||
Japanese: '日本語',
|
||||
};
|
||||
|
||||
export const LanguageTranslationMap = {
|
||||
@ -64,6 +66,7 @@ export const LanguageTranslationMap = {
|
||||
Indonesia: 'id',
|
||||
Spanish: 'es',
|
||||
Vietnamese: 'vi',
|
||||
Japanese: 'ja',
|
||||
};
|
||||
|
||||
export enum FileMimeType {
|
||||
|
||||
Reference in New Issue
Block a user