Skip to content

Commit 1b73b62

Browse files
Merge 834eaff into 3f6bf0c
2 parents 3f6bf0c + 834eaff commit 1b73b62

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

cldrDict_sconscript

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ NVDAToCLDRLocales = {
5656
"bg":("bg",),
5757
"bn":("bn",),
5858
"ca":("ca",),
59-
#"ckb":(),
59+
"ckb":("ckb",),
6060
"cs":("cs",),
6161
"da":("da",),
6262
"de":("de",),
6363
"de_CH":("de_CH",),
6464
"el":("el",),
6565
"en":("en_001","en"),
6666
"es":("es",),
67-
#"es_CO":(),
67+
"es_CO":("es_419",),
6868
"fa":("fa",),
6969
"fi":("fi",),
7070
"fr":("fr",),
@@ -80,18 +80,18 @@ NVDAToCLDRLocales = {
8080
"it":("it",),
8181
"ja":("ja",),
8282
"ka":("ka",),
83-
#"kmr":(),
83+
"kmr":("kmr",),
8484
"kn":("kn",),
8585
"ko":("ko",),
86-
#"kok":(),
86+
"kok":("kok",),
8787
"ky":("ky",),
8888
"lt":("lt",),
8989
"mk":("mk",),
9090
"ml":("ml",),
9191
"mn":("mn",),
92-
#"mni":(),
92+
"mni":("mni",),
9393
"my":("my",),
94-
"nb_NO":("nb",),
94+
"nb_NO":("no",),
9595
"ne":("ne",),
9696
"nl":("nl",),
9797
"nn_NO":("nn",),
@@ -103,7 +103,7 @@ NVDAToCLDRLocales = {
103103
"ru":("ru",),
104104
"sk":("sk",),
105105
"sl":("sl",),
106-
#"so":(),
106+
"so":("so",),
107107
"sq":("sq",),
108108
"sr":("sr",),
109109
"sv":("sv",),
@@ -112,6 +112,7 @@ NVDAToCLDRLocales = {
112112
"th":("th",),
113113
"tr":("tr",),
114114
"uk":("uk",),
115+
"ur":("ur",),
115116
"vi":("vi",),
116117
"zh_cn":("zh",),
117118
"zh_hk":("zh","zh_Hant_HK"),

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)