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

2017-05-30 Thread Phill
** Changed in: openlp
   Status: In Progress => Fix Committed

-- 
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:
  Fix Committed

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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


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

2017-01-11 Thread Azaziah
** Changed in: openlp
 Assignee: Azaziah (suutari-olli) => Tomas Groth (tomasgroth)

** Changed in: openlp
Milestone: None => 2.5.1

-- 
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:
  In Progress

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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


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

2016-11-21 Thread Tomas Groth
** Branch linked: lp:~tomasgroth/openlp/bug-fixes-2-4-3

-- 
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:
  In Progress

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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


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

2016-10-02 Thread Azaziah
** Changed in: openlp
 Assignee: (unassigned) => Azaziah (suutari-olli)

** Changed in: openlp
   Status: Confirmed => In Progress

** Branch linked: lp:~suutari-olli/openlp/bug-fixes-2-4-3

-- 
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:
  In Progress

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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


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

2016-04-20 Thread Tomas Groth
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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


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

2015-11-05 Thread Azaziah
Here's the correct image,
sorry about the 1st.

https://drive.google.com/file/d/0B9y8rZiYItltS2VCSGhvYXBqamc/view?usp=sharing

-- 
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:
  New

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

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp