util/local_database/cldr2qlocalexml.py
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/util/local_database/cldr2qlocalexml.py	Tue Jul 06 15:10:48 2010 +0300
+++ b/util/local_database/cldr2qlocalexml.py	Wed Aug 18 10:37:55 2010 +0300
@@ -123,7 +123,7 @@
     result['language_id'] = language_id
     result['country_id'] = country_id
 
-    numberingSystem = None
+    numbering_system = None
     try:
         numbering_system = findEntry(path, "numbers/defaultNumberingSystem")
     except: