openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03770
[Bug 645422] Re: No language available for key u'en'
Happens if you play with languages with no *.qm files present.
Will this happen in proper environments?
** Changed in: openlp
Importance: Undecided => High
** Changed in: openlp
Importance: High => Low
** Changed in: openlp
Status: New => Confirmed
--
No language available for key u'en'
https://bugs.launchpad.net/bugs/645422
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: Confirmed
Bug description:
I've a English language environment. In the &Language sub menu there is just one checkable item: &Auto Detect. Unchecking this action causes a error:
Traceback (most recent call last):
File "/home/meinert/Qt/OpenLP/trunk/openlp/core/ui/mainwindow.py", line 644, in setAutoLanguage
LanguageManager.set_language(self.LanguageGroup.checkedAction())
File "/home/meinert/Qt/OpenLP/trunk/openlp/core/utils/languagemanager.py", line 116, in set_language
language = u'[%s]' % qm_list[action_name]
KeyError: u'en'
References