Commit graph

6 commits

Author SHA1 Message Date
demeteren
8fb3b23755 fix(localize): if locale is set to tr, currency TRY should display TL 2020-02-03 10:44:35 +03:00
qa46hx
20b77a40b1 fix(localize): allow multiple characters for currency symbols 2019-09-30 09:18:49 +02:00
Thijs Louisse
c151f01b0b fix(localize): for bg-BG locale, correct Intl output for group separator 2019-08-07 13:21:26 +02:00
bverhoef
8fb70c2080 fix(localize): return sign to the front of the currency formatted value in Dutch 2019-06-27 10:46:39 +02:00
Mikhail Bashkirov
0afb0e1272 fix(localize): remove unnecessary normalization for Belgium
Belgium does not need to be normalized always (e.g. not in "fr-BE").
But Dutch language does need normalization always, because this is where Intl really makes it wrong, both for "nl-Nl" and "nl-BE".
2019-06-27 10:46:39 +02:00
Mikhail Bashkirov
c60b9d81c8 chore(localize): split number related functions into their own files 2019-06-26 17:49:28 +02:00