Review: Needs Fixing
def from_string(verse_type):
verse_type = verse_type.lower()
if verse_type == translate('VerseType', 'verse'):
return VerseType.Verse
Is there no way around this? It's rather messy. We'll now have two sets of
words to maintain.
--
https://code.launchpad.net/~trb143/openlp/working/+merge/26882
Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp