summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/local_database/cldr2qlocalexml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/local_database/cldr2qlocalexml.py b/util/local_database/cldr2qlocalexml.py
index 20a7d34..1d9ccda 100755
--- a/util/local_database/cldr2qlocalexml.py
+++ b/util/local_database/cldr2qlocalexml.py
@@ -123,7 +123,7 @@ def generateLocaleInfo(path):
result['language_id'] = language_id
result['country_id'] = country_id
- numberingSystem = None
+ numbering_system = None
try:
numbering_system = findEntry(path, "numbers/defaultNumberingSystem")
except: