Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

French negative currency pattern is wrong (Localization issue) #7084

@MathieuTricoire

Description

@MathieuTricoire

The french negative currency pattern is wrong but it's ok in google closure I18N library.

AngularJs file:

CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4;(#,##0.00\u00A0\u00A4)',

Google closure file: https://code.google.com/p/closure-library/source/browse/closure/goog/i18n/numberformatsymbols.js#1282

The solution seems simple : run i18n/update-closure.sh, run i18n/generate.sh and build a package.
But the impact in i18n/closure directory is big !

There is a reason to not include that in the release process ?

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