Skip to content

Commit

Permalink
Update and use official CLDR repository (PR nvaccess#11817)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard de Ruijter <[email protected]>
  • Loading branch information
OzancanKaratas and LeonarddeR authored Nov 26, 2020
1 parent 4704df6 commit 5f06d76
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
[submodule "include/configobj"]
path = include/configobj
url = https://github.com/DiffSK/configobj.git
[submodule "include/cldr-emoji-annotation"]
path = include/cldr-emoji-annotation
url = https://github.com/fujiwarat/cldr-emoji-annotation
[submodule "include/py2exe"]
path = include/py2exe
url = https://github.com/nvaccess/py2exe-bin
Expand All @@ -46,3 +43,6 @@
[submodule "include/w3c-aria-practices"]
path = include/w3c-aria-practices
url = https://github.com/w3c/aria-practices
[submodule "include/cldr"]
path = include/cldr
url = https://github.com/unicode-org/cldr.git
4 changes: 2 additions & 2 deletions cldrDict_sconscript
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ NVDAToCLDRLocales = {
"zh_tw":("zh","zh_Hant"),
}

annotationsDir = env.Dir("include/cldr-emoji-annotation/annotations")
annotationsDerivedDir = env.Dir("include/cldr-emoji-annotation/annotationsDerived")
annotationsDir = env.Dir("include/cldr/common/annotations")
annotationsDerivedDir = env.Dir("include/cldr/common/annotationsDerived")
for destLocale, sourceLocales in NVDAToCLDRLocales.items():
cldrSources = []
# First add all annotations, then the derived ones.
Expand Down
1 change: 1 addition & 0 deletions include/cldr
Submodule cldr added at d1c59a
1 change: 0 additions & 1 deletion include/cldr-emoji-annotation
Submodule cldr-emoji-annotation deleted from abab17
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For reference, the following run time dependencies are included in Git submodule
* [ConfigObj](https://github.com/DiffSK/configobj), commit f9a265c
* [Six](https://pypi.python.org/pypi/six), version 1.12.0, required by wxPython and ConfigObj
* [liblouis](http://www.liblouis.org/), version 3.15.0
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) Emoji Annotations, version 37.0
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) Emoji Annotations, version 38.0
* NVDA images and sounds
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)
* Adobe FlashAccessibility interface typelib
Expand Down
4 changes: 1 addition & 3 deletions tests/lint/flake8.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ exclude = # don't bother looking in the following subdirectories / files.

filename =
*.py,
*.pyw,
*sconscript,
sconstruct
*.pyw
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ What's New in NVDA
- NVDA will now report "Copied to clipboard" before the copied text. (#6757)
- Presentation of graphical view table in disk management has been improved. (#10048)
- Labels for controls are now disabled (greyed out) when the control is disabled. (#11809)
- Updated CLDR emoji annotation to version 38. (#11817)


== Bug Fixes ==
Expand Down

0 comments on commit 5f06d76

Please sign in to comment.