Skip to content

Commit

Permalink
Merge pull request #4473 from martindurant/hungarian
Browse files Browse the repository at this point in the history
PR: Add Hungarian translation
  • Loading branch information
ccordoba12 authored Oct 30, 2018
2 parents 76a5c7b + 4619753 commit 4a0e2db
Show file tree
Hide file tree
Showing 9 changed files with 6,009 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spyder/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def get_image_path(name, default="not_found.png"):
LANGUAGE_CODES = {'en': u'English',
'fr': u'Français',
'es': u'Español',
'hu': u'Magyar',
'pt_BR': u'Português',
'ru': u'Русский',
'ja': u'日本語'
Expand Down Expand Up @@ -308,10 +309,10 @@ def get_interface_language():
otherwise it will return DEFAULT_LANGUAGE.
Example:
1.) Spyder provides ('en', 'fr', 'es' and 'pt_BR'), if the locale is
1.) Spyder provides ('en', 'fr', 'es' 'hu' and 'pt_BR'), if the locale is
either 'en_US' or 'en' or 'en_UK', this function will return 'en'
2.) Spyder provides ('en', 'fr', 'es' and 'pt_BR'), if the locale is
2.) Spyder provides ('en', 'fr', 'es' 'hu' and 'pt_BR'), if the locale is
either 'pt' or 'pt_BR', this function will return 'pt_BR'
"""

Expand Down
Binary file added spyder/locale/hu/LC_MESSAGES/spyder.mo
Binary file not shown.
Loading

0 comments on commit 4a0e2db

Please sign in to comment.