Commit a3880577 authored by Michal Čihař's avatar Michal Čihař

Not needed language conversion

parent 7f9eb712
...@@ -27,12 +27,6 @@ class GoogleTranslation(MachineTranslation): ...@@ -27,12 +27,6 @@ class GoogleTranslation(MachineTranslation):
''' '''
name = 'Google' name = 'Google'
def convert_language(self, language):
'''
Converts language to service specific code.
'''
return language.replace('_', '-').lower()
def is_supported(self, language): def is_supported(self, language):
''' '''
Any language is supported. Any language is supported.
......
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