mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
### What problem does this PR solve? Feat: Clarify the use of OpenAI-API-compatible #6782 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -3,12 +3,12 @@ import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
import { LanguageAbbreviation } from '@/constants/common';
|
||||
import translation_de from './de';
|
||||
import translation_en from './en';
|
||||
import translation_es from './es';
|
||||
import translation_id from './id';
|
||||
import translation_ja from './ja';
|
||||
import translation_pt_br from './pt-br';
|
||||
import translation_de from './de';
|
||||
import { createTranslationTable, flattenObject } from './until';
|
||||
import translation_vi from './vi';
|
||||
import translation_zh from './zh';
|
||||
@ -44,7 +44,16 @@ export const translationTable = createTranslationTable(
|
||||
pt_brFlattened,
|
||||
deFlattened,
|
||||
],
|
||||
['English', 'Vietnamese', 'Spanish', 'zh', 'zh-TRADITIONAL', 'ja', 'pt-BR', 'Deutsch'],
|
||||
[
|
||||
'English',
|
||||
'Vietnamese',
|
||||
'Spanish',
|
||||
'zh',
|
||||
'zh-TRADITIONAL',
|
||||
'ja',
|
||||
'pt-BR',
|
||||
'Deutsch',
|
||||
],
|
||||
);
|
||||
i18n
|
||||
.use(initReactI18next)
|
||||
|
||||
Reference in New Issue
Block a user