mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-03 13:56:32 +00:00
Handle zt lingua case
This commit is contained in:
parent
f9712c800c
commit
5033f58e0d
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class Language:
|
|||
def load_detector(langcodes = ()):
|
||||
languages = []
|
||||
for lc in langcodes:
|
||||
if lc == 'zt':
|
||||
continue
|
||||
try:
|
||||
languages.append(linguars.Language.from_iso_code_639_1(lc))
|
||||
except Exception:
|
||||
|
|
Loading…
Reference in a new issue