mirror of https://gitlab.com/bashrc2/epicyon
Deduplicate languages
parent
f6129d7faf
commit
dff0c3267d
1
utils.py
1
utils.py
|
@ -1836,7 +1836,6 @@ def _is_valid_language(text: str) -> bool:
|
||||||
"""
|
"""
|
||||||
natural_languages = {
|
natural_languages = {
|
||||||
"Latin": [65, 866],
|
"Latin": [65, 866],
|
||||||
"Cyrillic": [1024, 1274],
|
|
||||||
"Greek": [880, 1280],
|
"Greek": [880, 1280],
|
||||||
"isArmenian": [1328, 1424],
|
"isArmenian": [1328, 1424],
|
||||||
"isHebrew": [1424, 1536],
|
"isHebrew": [1424, 1536],
|
||||||
|
|
Loading…
Reference in New Issue