Skip to content

Commit

Permalink
Merge pull request #3285 from sohnishi/jp_branch
Browse files Browse the repository at this point in the history
Japanese translation
  • Loading branch information
ccordoba12 authored Jul 15, 2016
2 parents 48c9672 + be95b9b commit 78fae52
Show file tree
Hide file tree
Showing 5 changed files with 5,471 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spyderlib/app/tour.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def _set_data(self):
current = '{0}/{1}'.format(step + 1, steps)
frame = frames[step]

combobox_frames = ["{0}. {1}".format(i+1, f['title'])
combobox_frames = [u"{0}. {1}".format(i+1, f['title'])
for i, f in enumerate(frames)]

title, content, image = '', '', None
Expand Down
3 changes: 2 additions & 1 deletion spyderlib/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def get_image_path(name, default="not_found.png"):
'fr': u'Français',
'es': u'Español',
'pt_BR': u'Português',
'ru': u'Русский'
'ru': u'Русский',
'ja': u'日本語'
}


Expand Down
Binary file added spyderlib/locale/ja/LC_MESSAGES/spyderlib.mo
Binary file not shown.
Loading

0 comments on commit 78fae52

Please sign in to comment.