| Issue 3: | Startup error when no translations found for current language | |
| 2 people starred this issue and may be notified of changes. | Back to list |
How to reproduce:
1. Login in any language except fi, nl, ro, ru
2. Try to run mdvinput in terminal
I've got:
[andrew@server ~]$ mdvinput
Traceback (most recent call last):
File "/usr/lib/mdvinput/mdvinput.py", line 38, in <module>
lang = gettext.translation(APP, DIR)
File "/usr/lib64/python2.6/gettext.py", line 471, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'mdvinput'
Patch with fix is attached
|