mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-27 03:05:59 +08:00
## Summary Update the Turkish locale file to match the latest English locale keys. ## Changes - Add missing Turkish translations for the new Skills and Skill Search sections - Add newly introduced common, header, dataset, settings, and agent workflow strings - Align renamed flow keys such as file format options and list operations with the English source - Add empty-state strings for skill spaces ## Validation - Compared web/src/locales/en.ts and web/src/locales/tr.ts: 0 missing keys, 0 extra keys - Checked jsonjoy-builder locale: Turkish is already complete - Checked translated README variants: no new Turkish-specific documentation gap found - VS Code diagnostics: no errors in web/src/locales/tr.ts Co-authored-by: bakiburakogun <bakiburakogun@users.noreply.github.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"