From f0f7fea9814cc6349d5dcfc9174fad827666b188 Mon Sep 17 00:00:00 2001 From: fevzican Date: Wed, 22 Jan 2025 21:07:50 +0300 Subject: [PATCH 1/4] =?UTF-8?q?Update=20Turkish=20Lira=20(TRY)=20symbol=20?= =?UTF-8?q?to=20=E2=82=BA=20(U+20BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 966f0601..2079f04b 100644 --- a/pkgs/intl/lib/src/intl/constants.dart +++ b/pkgs/intl/lib/src/intl/constants.dart @@ -91,7 +91,7 @@ final Map simpleCurrencySymbols = { 'RON': 'RON', 'BGN': 'lev', 'SZL': 'SZL', - 'TRY': 'TL', + 'TRY': '\u20BA', 'LTL': 'Lt', 'LSL': 'LSL', 'AZN': 'man.', From 5b93cb134e7a3e48911081c306245484e6298218 Mon Sep 17 00:00:00 2001 From: fevzican Date: Fri, 24 Jan 2025 17:12:53 +0300 Subject: [PATCH 2/4] =?UTF-8?q?Update=20CHANGELOG.md=20to=20reflect=20the?= =?UTF-8?q?=20change=20of=20Turkish=20Lira=20(TRY)=20currency=20symbol=20f?= =?UTF-8?q?rom=20"TL"=20to=20"=E2=82=BA"=20(U+20BA)=20for=20accuracy=20and?= =?UTF-8?q?=20compliance=20with=20the=20official=20symbol.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/intl/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 95411a3d..db3e4610 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,3 +1,8 @@ +## [Next Release] + * Updated the Turkish Lira (TRY) currency symbol in `simpleCurrencySymbols` + from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the + official symbol introduced in 2012. + ## 0.20.2 * Remove the dependency on `package:http`. * Remove the dependency on `package:web`. From 0a11e4e478698eb3ed941116a96e36756cd94ff4 Mon Sep 17 00:00:00 2001 From: fevzican Date: Fri, 24 Jan 2025 17:33:36 +0300 Subject: [PATCH 3/4] Update pkgs/intl/CHANGELOG.md Co-authored-by: Moritz --- pkgs/intl/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index db3e4610..c1b2fbca 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Next Release] +## 0.20.3-wip * Updated the Turkish Lira (TRY) currency symbol in `simpleCurrencySymbols` from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012. From 45d2ee54ca2ca0dca7669c8f37f7679d006c2695 Mon Sep 17 00:00:00 2001 From: fevzican Date: Tue, 11 Feb 2025 19:06:29 +0300 Subject: [PATCH 4/4] Bump intl package version to 0.20.3-wip --- pkgs/intl/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 2e2538c1..8adc45af 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -1,5 +1,5 @@ name: intl -version: 0.20.2 +version: 0.20.3-wip description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other