Added Hebrew to language list

This commit is contained in:
str4d
2014-02-05 02:55:45 +00:00
parent c0e13e3c9f
commit 54ca7fe207

View File

@@ -39,6 +39,7 @@ SUPPORTED_LANGS = [
'zh',
'de',
'fr',
'he',
'it',
'ja',
'pl',
@@ -56,6 +57,7 @@ SUPPORTED_LANG_NAMES = {
'zh': u'Chinese',
'de': u'Deutsch',
'fr': u'Français',
'he': u'Hebrew',
'it': u'Italiano',
'ja': u'Japanese',
'pl': u'Polish',