From 445fb88b8af38ac285e857ef6830980ccb2c0b5f Mon Sep 17 00:00:00 2001 From: Sofia Domingues Date: Tue, 25 Jul 2023 16:32:05 +0100 Subject: [PATCH] Update CVE currency symbol --- pkgs/intl/lib/src/intl/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/intl/lib/src/intl/constants.dart b/pkgs/intl/lib/src/intl/constants.dart index 43b88054..966f0601 100644 --- a/pkgs/intl/lib/src/intl/constants.dart +++ b/pkgs/intl/lib/src/intl/constants.dart @@ -53,7 +53,7 @@ final Map simpleCurrencySymbols = { 'XCD': r'$', 'VND': '\u20ab', 'AMD': 'Dram', - 'CVE': 'CVE', + 'CVE': r'$', 'EUR': '\u20ac', 'AWG': 'Afl.', 'HUF': 'Ft',