LibreChat/config/translations
Danny Avila 7987e04a2c
🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184)
* feat: first pass, convo settings from query params

* feat: Enhance query parameter handling for assistants and agents endpoints

* feat: Update message formatting and localization for AI responses, bring awareness to mention command

* docs: Update translations README with detailed instructions for translation script usage and contribution guidelines

* chore: update localizations

* fix: missing agent_id assignment

* feat: add models as initial mention option

* feat: update query parameters schema to confine possible query params

* fix: normalize custom endpoints

* refactor: optimize custom endpoint type check
2025-01-04 20:36:12 -05:00
..
anthropic.ts 🌏 i18n: Added Missing Localizations (Ar, De, Es, Fr, It, Jp, Ko, Ru, Zh) (#4540) 2024-10-24 10:48:57 -04:00
comparisons.ts 🪟 fix: Windows Build (npm) (#3889) 2024-09-02 10:01:09 -04:00
embeddings.ts 📦 fix: npm warnings; chore: bump deprecated packages (#4707) 2024-11-12 18:51:32 -05:00
file.ts 🌍 : Updated Translations & AI Generation Scripts (#2666) 2024-05-10 15:56:25 -04:00
instructions.ts 🧹 chore(/config/): add tsconfig.json & linting (#2680) 2024-05-12 16:24:13 -04:00
keys.ts 🧹 chore(/config/): add tsconfig.json & linting (#2680) 2024-05-12 16:24:13 -04:00
main.ts 🌏 i18n: Added Missing Localizations (Ar, De, Es, Fr, It, Jp, Ko, Ru, Zh) (#4540) 2024-10-24 10:48:57 -04:00
process.ts 🧹 chore(/config/): add tsconfig.json & linting (#2680) 2024-05-12 16:24:13 -04:00
README.md 🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184) 2025-01-04 20:36:12 -05:00
scan.ts 🧹 chore(/config/): add tsconfig.json & linting (#2680) 2024-05-12 16:24:13 -04:00
streamAudioTest.ts 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
tsconfig.json 🧹 chore(/config/): add tsconfig.json & linting (#2680) 2024-05-12 16:24:13 -04:00

Translations

Requirements:

  • All dependencies installed, run npm ci in the root directory.
  • bun: https://bun.sh/
  • ANTHROPIC_API_KEY in project root directory .env file.

⚠️ Warning:

This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if has not been ran in a while, with translations contributed.

Instructions:

All commands are run from the root directory.

Supported languages are localizations with general translation prompts

  • These prompts are directly found in client/src/localization/prompts.
  • If your language is missing, you can contribute by adding a new file in client/src/localization/prompts with the language code as the file name.
  1. Make sure git history is clean with git status.
  2. Install hnswlib-node package temporarily (we don't need to include it in the project):
npm install --save-dev hnswlib-node
  1. Run bun install.
  2. Main script: Run bun config/translations/scan.ts.
  3. Observe translations being generated in all supported languages and saved in client/src/localization/languages.
  • e.g.: client/src/localization/languages/Es_missing_keys.json
  1. Discard all git changes with git checkout ..
  2. Copy the generated translations to their respective files, e.g.: client/src/localization/languages/Es.ts.