mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
some more output when installing transliteration models
This commit is contained in:
parent
7967c1b2c4
commit
44da802a7f
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ def check_and_install_transliteration(force=False):
|
|||
|
||||
# install the needed transliteration packages
|
||||
if install_needed:
|
||||
print(f"Installing transliteration models for the following languages: {', '.join(install_needed)}")
|
||||
|
||||
from polyglot.downloader import Downloader
|
||||
downloader = Downloader()
|
||||
|
||||
|
|
Loading…
Reference in a new issue