hello people,
how can I download only certain languages when starting libretranslate? I do not want to download all 54 languages, but only the languages that I really need to translate. Thank you.
many greetings
Horst
(Translated with LibreTranslate
2 Likes
See the load-only
LibreTranslate argument
Command Line Argument
libretranslate --load-only en,es,de,fr,ru,zh
Environment Variable
EXPORT LT_LOAD_ONLY="en,pt,es"
1 Like
Thanks. Any hint on what folder inside the docker image one needs to mount to a volume to make the downloaded persistent?
i.e. where does LT store those downloads?
$HOME/.local/share/argos-translate
1 Like
The run.sh script, which runs LibreTranslate with Docker, mounts a volume automatically using this command:
-v lt-local:/home/libretranslate/.local