mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed/modified some country codes for babelfish modules.
This commit is contained in:
parent
f3af416c0a
commit
ae2fc047d3
@ -349,9 +349,8 @@ class Http(callbacks.Privmsg):
|
||||
|
||||
_abbrevs = utils.abbrev(map(str.lower, babelfish.available_languages))
|
||||
_abbrevs['de'] = 'german'
|
||||
_abbrevs['fr'] = 'french'
|
||||
_abbrevs['jp'] = 'japanese'
|
||||
_abbrevs['ko'] = 'korean'
|
||||
_abbrevs['kr'] = 'korean'
|
||||
_abbrevs['es'] = 'spanish'
|
||||
_abbrevs['pt'] = 'portuguese'
|
||||
_abbrevs['it'] = 'italian'
|
||||
|
Loading…
Reference in New Issue
Block a user