← Back to team overview

openlp-core team mailing list archive

[Bug 1412234] [NEW] bibles __init__.py has interesting translation string

 

Public bug reported:

    default_separators = \
        translate('BiblesPlugin',
                  ':|v|V|verse|verses;;-|to;;,|and;;end Double-semicolon delimited separators for parsing references. '
                  'Consult the developers for further information.').split(';;')

Is not easy to translate as a single string and the code relys on the
translators not breaking the code!

** Affects: openlp
     Importance: Medium
         Status: Confirmed

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

Title:
  bibles __init__.py has interesting translation string

Status in OpenLP - Worship Presentation Software:
  Confirmed

Bug description:
      default_separators = \
          translate('BiblesPlugin',
                    ':|v|V|verse|verses;;-|to;;,|and;;end Double-semicolon delimited separators for parsing references. '
                    'Consult the developers for further information.').split(';;')

  Is not easy to translate as a single string and the code relys on the
  translators not breaking the code!

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


Follow ups

References