extras/translator/README.md
The AnythingLLM Auto-translator is a way for us to translate our locales but at no cost or overhead. However these are expected to be run manually and while they may not be 100% accurate improvement in models have made this work trivial without the need for an api.
ollama pull translategemma:4bcd extras/translator && cp .env.example .envAll translations are based on english dictionary. So the English dictionary must have an entry for it to be supported.
cd extras/translator
Target a specific language
node index.mjs <lang-code> eg: node index.mjs es for Spanish.
Do all languages
node index.mjs --all this is NOT recommended
{{}} inputs or brand name hallunications eg: AnyLLM instead of AnythingLLM