Skip to content

Commit 0b7fc8d

Browse files
Merge 931b266 into f392c23
2 parents f392c23 + 931b266 commit 0b7fc8d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cldrDict_sconscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NVDAToCLDRLocales = {
9191
"mn":("mn",),
9292
#"mni":(),
9393
"my":("my",),
94-
"nb_NO":("nb",),
94+
"nb_NO":("no",),
9595
"ne":("ne",),
9696
"nl":("nl",),
9797
"nn_NO":("nn",),
@@ -110,11 +110,11 @@ NVDAToCLDRLocales = {
110110
"ta":("ta",),
111111
"te":("te",),
112112
"th":("th",),
113-
"tr":("tr",),
113+
"tr":("tr"),
114114
"uk":("uk",),
115115
"vi":("vi",),
116116
"zh_cn":("zh",),
117-
"zh_hk":("zh","zh_Hant_HK"),
117+
"zh_hk":("zh","zh_Hant_HK",),
118118
"zh_tw":("zh","zh_Hant"),
119119
}
120120

include/cldr

Submodule cldr updated 1572 files

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For reference, the following run time dependencies are included in Git submodule
8585
* [Sonic](https://github.com/waywardgeek/sonic), commit 4f8c1d11
8686
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
8787
* [liblouis](http://www.liblouis.org/), version 3.17.0
88-
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 38.1
88+
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 39.0
8989
* NVDA images and sounds
9090
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)
9191
* [MinHook](https://github.com/RaMMicHaeL/minhook), tagged version 1.2.2

0 commit comments

Comments
 (0)