Commit 08a03e1a authored by Michal Čihař's avatar Michal Čihař

Another not supported language

parent 0959dbe9
...@@ -38,7 +38,7 @@ class MyMemoryTranslation(MachineTranslation): ...@@ -38,7 +38,7 @@ class MyMemoryTranslation(MachineTranslation):
''' '''
Almost any language without modifiers is supported. Almost any language without modifiers is supported.
''' '''
if language in ('ia', 'tt'): if language in ('ia', 'tt', 'ug'):
return False return False
return '@' not in language and len(language) == 2 return '@' not in language and len(language) == 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment