Skip to content

Use pre-processed cldr production data#12422

Merged
michaelDCurran merged 2 commits into
masterfrom
cldr-39-production
May 17, 2021
Merged

Use pre-processed cldr production data#12422
michaelDCurran merged 2 commits into
masterfrom
cldr-39-production

Conversation

@michaelDCurran

@michaelDCurran michaelDCurran commented May 16, 2021

Copy link
Copy Markdown
Member

Link to issue number:

Fixes #11963

Summary of the issue:

Some time around CLDR release 36, CLDR started including "↑↑↑" in annotation values as a placeholder which meant that the value should be inherited from a parent locale.
These ↑↑↑ values were being put straight into NVDA's cldr dictionaries without any further processing, causing languages such as Chinese (Hongkong) and others to speak these ↑↑↑ values instead of useful emoji labels.

Description of how this pull request fixes the issue:

NVDA now includes the cldr-staging repository as a submodule, rather than the cldr repository. The cldr-staging repository contains a production directory, with all its xml files pre-processed to include inherited values rather than the ↑↑↑ placeholders.

Testing strategy:

  • Compiled NVDA locally, and ensured that NVDA's CLDR dictionaries did not contain any ↑↑↑ values.

Known issues with pull request:

None known.

Change log entries:

New features
Changes
Bug fixes
NVDA will no longer announce "↑↑↑" for emojis in particular languages.

For Developers

Code Review Checklist:

  • Pull Request description is up to date.
  • Unit tests.
  • System (end to end) tests.
  • Manual tests.
  • User Documentation.
  • Change log entry.
  • Context sensitive help for GUI changes.

…ta, which replaces all the ↑↑↑ with values from the parent locale.
@michaelDCurran michaelDCurran requested a review from a team as a code owner May 16, 2021 23:48
@michaelDCurran michaelDCurran requested a review from seanbudd May 16, 2021 23:48
@josephsl

josephsl commented May 16, 2021 via email

Copy link
Copy Markdown
Contributor

@michaelDCurran

michaelDCurran commented May 16, 2021 via email

Copy link
Copy Markdown
Member Author

@josephsl

josephsl commented May 16, 2021 via email

Copy link
Copy Markdown
Contributor

@michaelDCurran

Copy link
Copy Markdown
Member Author

cldr-staging contains tags for the official release commits, with annotations having been pre-processed. We are on tag release-39. I think this is as official as we can get.

@josephsl

josephsl commented May 16, 2021 via email

Copy link
Copy Markdown
Contributor

@michaelDCurran michaelDCurran merged commit 7e6561a into master May 17, 2021
@michaelDCurran michaelDCurran deleted the cldr-39-production branch May 17, 2021 00:41
@nvaccessAuto nvaccessAuto added this to the 2021.1 milestone May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NVDA incorrectely associated symbols with wrong replace text

4 participants