-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Turkish Lira (TRY) symbol to ₺ (U+20BA) #935
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR HealthBreaking changes ✔️
Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. Coverage ✔️
This check for test coverage is informational (issues shown here will not fail the PR).
API leaks
|
Package | Leaked API symbols |
---|---|
intl | StringStack DateBuilder |
This check can be disabled by tagging the PR with skip-leaking-check
.
License Headers ✔️
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files |
---|
no missing headers |
All source files should start with a license header.
Thanks for the PR! Please write a note in the changelog, then this is ready to be merged. |
…ncy symbol from "TL" to "₺" (U+20BA) for accuracy and compliance with the official symbol.
Thank you for your feedback! I've added a note in the changelog. Please let me know if there's anything else you'd like me to adjust. @mosuem |
Co-authored-by: Moritz <[email protected]>
This PR updates the Turkish Lira (TRY) currency symbol in the simpleCurrencySymbols map from "TL" to "₺" (Unicode: U+20BA). This change aligns with the official symbol for Turkish Lira introduced in 2012.
No functional changes are introduced, as this update only modifies the symbol representation. The change ensures consistency and accuracy in displaying the currency.
Why
The current symbol "TL" is outdated. The Unicode character "₺" is the official and globally recognized symbol for Turkish Lira.
Relevant Issues
N/A – This is a minor update to align with modern standards.
Checklist
I’ve reviewed the contributor guide and applied the relevant portions to this PR.
I’ve verified that the change works as expected and doesn’t introduce any regressions.
No additional tests were added since this is a minor symbol update for Turkish Lira (TRY). If a dedicated test is required, I am happy to add one