From ae2fc047d3643c4c7131bb328f9ee96e8e6329c1 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 21 Aug 2003 22:38:26 +0000 Subject: [PATCH] Removed/modified some country codes for babelfish modules. --- plugins/Http.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/Http.py b/plugins/Http.py index 509793f4c..294b67730 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -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'