Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.47k stars 2.77k forks source link

✨ feat: Add Vietnamese translations and configuration #2641

Closed bibo318 closed 16 hours ago

bibo318 commented 4 days ago

Pull Request Type


Relevant Issues

connect #none


What is in this change?

This Pull Request introduces Vietnamese language support to the project. The following changes have been made:

  1. Added common.js file in the vi directory with full Vietnamese translations.
  2. Updated the resources configuration to include Vietnamese (vi) namespace.
  3. Ensured compatibility with existing language toggle functionality.

Additional Information


Developer Validations

timothycarambat commented 3 days ago

Is it intentional that this is a partial completion of the translation file?

bibo318 commented 3 days ago

Is it intentional that this is a partial completion of the translation file?

Yes, this is intentional. The translation file currently includes key phrases and components critical for the initial Vietnamese support. We plan to extend the translation to cover additional keys and modules in subsequent updates to ensure full coverage.