Skip to content

Commit

Permalink
Fix typo CDLR -> CLDR in Intl.Locale.prototype.getTimeZones() (#37483)
Browse files Browse the repository at this point in the history
* Fix typo CDLR -> CLDR in Intl.Locale.prototype.getTimeZones()

* Remove vocab

---------

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
laymonage and Josh-Cena authored Jan 3, 2025
1 parent 19f0543 commit ff51011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/dictionaries/terms-abbreviations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ catchable
CAVLC
CCPA
CCPL
CDLR
CELP
CGATS
cheatsheet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ An array of strings representing supported time zones for the associated `Locale

Note that while the IANA database changes from time to time, [the Unicode CLDR database (which browsers use) keeps old time zone names for stability purposes](https://unicode.org/reports/tr35/#Time_Zone_Identifiers). For example, here are a few notable name changes:

| Current IANA name | CDLR database |
| Current IANA name | CLDR database |
| -------------------------------- | ---------------------- |
| `America/Argentina/Buenos_Aires` | `America/Buenos_Aires` |
| `Asia/Kolkata` | `Asia/Calcutta` |
Expand Down

0 comments on commit ff51011

Please # to comment.