summaryrefslogtreecommitdiffstats
path: root/util/locale_database/ldml.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/locale_database/ldml.py')
-rw-r--r--util/locale_database/ldml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/locale_database/ldml.py b/util/locale_database/ldml.py
index 940264674b..8ed756fd8e 100644
--- a/util/locale_database/ldml.py
+++ b/util/locale_database/ldml.py
@@ -348,7 +348,7 @@ class LocaleScanner (object):
yield 'minus', minus
# Currency formatting:
- xpath = 'numbers/currencyFormats/currencyFormatLength/currencyFormat[standard]/pattern'
+ xpath = 'numbers/currencyFormats/currencyFormatLength/currencyFormat[accounting]/pattern'
try:
money = self.find(xpath.replace('Formats/',
'Formats[numberSystem={}]/'.format(system)))