mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-27 17:29:39 +08:00
## Summary Complete and improve the existing Turkish (tr.ts) localization to fully match the English (en.ts) reference file. ## Changes - **Translate 6 English model tips** in the setting section (chatModelTip, embeddingModelTip, img2txtModelTip, sequence2txtModelTip, rerankModelTip, ttsModelTip) to Turkish - **Expand all 13 truncated parser HTML descriptions** (book, laws, manual, naive, paper, presentation, qa, resume, table, picture, one, knowledgeGraph, tag) to match the full en.ts structure - **Expand shortened tooltips** across knowledgeDetails, knowledgeConfiguration, chat, and setting sections (~40+ tooltips expanded) - **Add missing translation details** for data source connectors (SeaFile, Jira, Gmail, Moodle, Dropbox, Google Drive, etc.) ## Impact - 182 insertions, 71 deletions in web/src/locales/tr.ts - No structural changes, only translation content improvements - All application terminology maintained consistently Co-authored-by: bakiburakogun <bakiburakogun@users.noreply.github.com> Co-authored-by: Liu An <asiro@qq.com>
Install front-end dependencies
npm install
Launch front-end
npm run dev
The following output confirms a successful launch of the system:
Login to RAGFlow web UI
Open your browser and navigate to:
http://localhost:9222 or http://[YOUR_MACHINE_IP]:9222
Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222).
Login to RAGFlow web admin UI
Open your browser and navigate to:
http://localhost:9222/admin or http://[YOUR_MACHINE_IP]:9222/admin
Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222/admin).
Shutdown front-end
Ctrl + C or
kill -f "umi dev"