From 9a95dc948c6723b20ca096201ead213ceaaf4dfe Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 6 Sep 2012 18:41:30 +0200 Subject: [PATCH] add herew to the list of language ictionnaries --- src/chat_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat_control.py b/src/chat_control.py index b74fc6ab4..5ceed1c3e 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -91,7 +91,7 @@ langs = {_('English'): 'en', _('Belarusian'): 'be', _('Bulgarian'): 'bg', _('Dutch'): 'nl', _('Norwegian'): 'no', _('Polish'): 'pl', _('Portuguese'): 'pt', _('Brazilian Portuguese'): 'pt_BR', _('Russian'): 'ru', _('Serbian'): 'sr', _('Slovak'): 'sk', - _('Swedish'): 'sv', _('Chinese (Ch)'): 'zh_CN'} + _('Swedish'): 'sv', _('Chinese (Ch)'): 'zh_CN', _('Hebrew'): 'he'} if gajim.config.get('use_speller') and HAS_GTK_SPELL: # loop removing non-existent dictionaries