- 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. - Fix parsing of locale strings containing script codes in
verifiedLocale.
For example,zh-Hans-CNwould have been previously parsed aszh, but is
now parsed aszh_CN. - Update the Ghanaian Cedis (GHS) currency symbol in
simpleCurrencySymbols
from "GHS" to "GH₵(U+20B5)". - Update to CLDR v48.
- Add
@pragma('wasm:prefer-inline')toIntlmethods that already have
@pragma('vm:prefer-inline'), for the same reason: to help omit message
descriptions from compiled output. - Update analysis to newest
package:lints.