← Back to team overview

openlp-core team mailing list archive

[Bug 1513490] Re: List of authors uses localized "and" instead of English

 

I can confirm this issue in current trunk (pre 2.5).
The problem is that we use QtCore.QLocale().createSeparatedList() to create the list, which uses the system locale instead of the locale chosen in OpenLP. We actually already have an implementation of this functionality in openlp/core/lib/__init__.py:create_separated_list, but QtCore.QLocale().createSeparatedList() is called instead.

** Changed in: openlp
   Importance: Undecided => Low

** Changed in: openlp
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1513490

Title:
  List of authors uses localized "and" instead of English

Status in OpenLP:
  Confirmed

Bug description:
  If OpenLP is set to use English as language and
  a song with multiple authors of the same type is sent live,
  the "and" in between the authors remains in localized 
  language instead of being English.

  For an example, I’ve set OpenLP to use English but it still displays “ja”
  in between the authors (which = “and”
  See photo for an example.

  
  Win 8, OpenLP 2.2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1513490/+subscriptions


References