Commit 8bdd9098 authored by André Bargull's avatar André Bargull
Browse files

Bug 1824744 - Part 6: Update currency information. r=platform-i18n-reviewers,gregtatum

No code changes, only updates the download URL.

Depends on D176267

Differential Revision: https://phabricator.services.mozilla.com/D176268
parent db2ba20d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// Generated by make_intl_data.py. DO NOT EDIT.
// Version: 2022-04-01
// Version: 2023-01-01

/**
 * Mapping from currency codes to the number of decimal digits used for them.
+1 −1
Original line number Diff line number Diff line
@@ -4108,7 +4108,7 @@ if __name__ == "__main__":
    parser_currency.add_argument(
        "--url",
        metavar="URL",
        default="https://www.currency-iso.org/dam/downloads/lists/list_one.xml",  # NOQA: E501
        default="https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml",  # NOQA: E501
        type=EnsureHttps,
        help="Download url for the currency & funds code list (default: "
        "%(default)s)",