[sword-svn] r480 - trunk/modules/python

chrislit at crosswire.org chrislit at crosswire.org
Sun Feb 23 00:59:38 MST 2014


Author: chrislit
Date: 2014-02-23 00:59:38 -0700 (Sun, 23 Feb 2014)
New Revision: 480

Modified:
   trunk/modules/python/usfm2osis.py
Log:
fixed a couple of title cased words that shouldn't be capitalized (according to the scheme currently used in the OSIS schema)

Modified: trunk/modules/python/usfm2osis.py
===================================================================
--- trunk/modules/python/usfm2osis.py	2014-02-23 07:05:55 UTC (rev 479)
+++ trunk/modules/python/usfm2osis.py	2014-02-23 07:59:38 UTC (rev 480)
@@ -270,10 +270,8 @@
     'Imprimatur':'imprimatur', 'Publication Data':'publicationData', 'Foreword':'x-foreword', 'Preface':'preface',
     'Table of Contents':'tableofContents', 'Alphabetical Contents':'x-alphabeticalContents',
     'Table of Abbreviations':'x-tableofAbbreviations', 'Chronology':'x-chronology',
-    'Weights and Measures':'x-weightsAndMeasures', 'Map Index':'x-mapIndex',
-    'NT Quotes from LXX':'x-ntQuotesFromLXX',
-    'Cover':'coverPage',
-    'Spine':'x-spine'
+    'Weights and Measures':'x-weightsandMeasures', 'Map Index':'x-mapIndex',
+    'NT Quotes from LXX':'x-ntQuotesfromLXX', 'Cover':'coverPage', 'Spine':'x-spine'
     }
 
 introPeripherals = {




More information about the sword-cvs mailing list