Skip to content

Symbol display suggested changes.  #2

@wiredmax

Description

@wiredmax

Is there's a reason to the fact that the display code for Australian Dollar uses the ISO standard country code ISO 3166-1 alpha-2 instead of ISO 4217 for display of currency. ISO 4217 integrate in the two-first letters the of the ISO 3166-1 alpha-2. It think it would be more accurate to what is more used worldwide and supported.

   "symbol": {
            "default": {
                "display": "AU$",
                "code": "AU$"
            },
            "native": {
                "display": "$",
                "code": "$"
            }
        }

would be:

   "symbol": {
            "default": {
                "display": "AUD",
                "code": "AUD"
            },
            "native": {
                "display": "$",
                "code": "$"
            }
        }

Also why USD default with the US$ or USD$ and the native with only the dollar sign?

Example:

        "symbol": {
            "default": {
                "display": "USD",
                "code": "USD"
            },
            "native": {
                "display": "$",
                "code": "$"
            },
        }

I would like to push a pull request with theses changes also, do you agree on theses changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions