🌍 fix: Enhance i18n Support & Optimize Category Handling #5866
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves internationalization (i18n) support by adding new translations and refining category management with localization-friendly keys.
Closes: #5846
Closes: #5858
Closes: #5865
Docs: LibreChat-AI/librechat.ai#235
🔍 Changes
🌎 i18n Enhancements
et-EE
) language support across multiple files.zh-Hans
(Simplified)zh-Hant
(Traditional)i18n.ts
for better language detection.🏷️ Category Management
Categories.js
) to usecom_ui_
prefixed keys.useCategories.tsx
to use type-safe localization keys (TranslationKeys
).🛠️ Refactoring & Optimization
.github/workflows/i18n-unused-keys.yml
, now scanning theapi/
directory.useLocalize.ts
for better maintainability.📦 Dependency Update
i18next-browser-languagedetector
topackage.json
.✅ Status
Change Type
Testing
Test Configuration:
api/
directory in GitHub workflow.Checklist