Skip to content
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 CLDR to version 45.0 #16507

Merged
merged 3 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/nvda-cldr
Submodule nvda-cldr updated 61 files
+108 −0 locale/af_ZA/cldr.dic
+108 −0 locale/ar/cldr.dic
+108 −0 locale/as/cldr.dic
+108 −0 locale/bg/cldr.dic
+108 −0 locale/bn/cldr.dic
+108 −0 locale/ca/cldr.dic
+108 −0 locale/cs/cldr.dic
+108 −0 locale/da/cldr.dic
+108 −0 locale/de/cldr.dic
+18 −0 locale/de_CH/cldr.dic
+108 −0 locale/el/cldr.dic
+108 −0 locale/en/cldr.dic
+108 −0 locale/es/cldr.dic
+108 −0 locale/fa/cldr.dic
+108 −0 locale/fi/cldr.dic
+108 −0 locale/fr/cldr.dic
+108 −0 locale/ga/cldr.dic
+108 −0 locale/gl/cldr.dic
+108 −0 locale/gu/cldr.dic
+108 −0 locale/he/cldr.dic
+108 −0 locale/hi/cldr.dic
+108 −0 locale/hr/cldr.dic
+108 −0 locale/hu/cldr.dic
+108 −0 locale/id/cldr.dic
+108 −0 locale/is/cldr.dic
+108 −0 locale/it/cldr.dic
+108 −0 locale/ja/cldr.dic
+108 −0 locale/ka/cldr.dic
+108 −0 locale/kn/cldr.dic
+108 −0 locale/ko/cldr.dic
+108 −0 locale/kok/cldr.dic
+108 −0 locale/ky/cldr.dic
+108 −0 locale/lt/cldr.dic
+108 −0 locale/mk/cldr.dic
+108 −0 locale/ml/cldr.dic
+108 −0 locale/my/cldr.dic
+108 −0 locale/nb_NO/cldr.dic
+108 −0 locale/nl/cldr.dic
+108 −0 locale/nn_NO/cldr.dic
+108 −0 locale/pa/cldr.dic
+108 −0 locale/pl/cldr.dic
+108 −0 locale/pt_BR/cldr.dic
+108 −0 locale/pt_pt/cldr.dic
+108 −0 locale/ro/cldr.dic
+108 −0 locale/ru/cldr.dic
+108 −0 locale/sk/cldr.dic
+108 −0 locale/sl/cldr.dic
+108 −0 locale/so/cldr.dic
+108 −0 locale/sq/cldr.dic
+108 −0 locale/sr/cldr.dic
+108 −0 locale/sv/cldr.dic
+108 −0 locale/ta/cldr.dic
+108 −0 locale/te/cldr.dic
+108 −0 locale/th/cldr.dic
+108 −0 locale/tr/cldr.dic
+108 −0 locale/uk/cldr.dic
+108 −0 locale/ur/cldr.dic
+108 −0 locale/vi/cldr.dic
+108 −0 locale/zh_cn/cldr.dic
+108 −0 locale/zh_hk/cldr.dic
+108 −0 locale/zh_tw/cldr.dic
2 changes: 1 addition & 1 deletion projectDocs/dev/createDevEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For reference, the following run time dependencies are included in Git submodule
* [Sonic](https://github.com/waywardgeek/sonic), commit `8694c596378c24e340c09ff2cd47c065494233f1`
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit `3d8c7f0b833453f761ded6b12d8be431507bfe0b`
* [liblouis](http://www.liblouis.io/), version 3.29.0
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 44.0
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 45.0
* NVDA images and sounds
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)
* [Microsoft Detours](https://github.com/microsoft/Detours), commit `4b8c659f549b0ab21cf649377c7a84eb708f5e68`
Expand Down
2 changes: 2 additions & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

### Changes

* Component updates:
* Updated CLDR to version 45.0. (#16507, @OzancanKaratas)
seanbudd marked this conversation as resolved.
Show resolved Hide resolved
* The fallback braille input table is now equal to the fallback output table, which is Unified English Braille Code grade 1. (#9863, @JulienCochuyt, @LeonarddeR)
* NVDA will now report figures with no accessible children, but with a label or description. (#14514)
* When reading by line in browse mode, "caption" is no longer reported on each line of a long figure or table caption. (#14874)
Expand Down