LibreTranslate / LibreTranslate

Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.
https://libretranslate.com
GNU Affero General Public License v3.0
7.13k stars 682 forks source link

Fix localization on docker/pip #608

Closed pierotofy closed 2 months ago

pierotofy commented 2 months ago

This PR should fix #576

The root cause is that .mo files were not being copied by pip install, since they are listed as a .gitignore pattern.