Switch to official CLDR repository#11817
Switch to official CLDR repository#11817feerrenrut merged 7 commits intonvaccess:masterfrom OzancanKaratas:officialCLDR
Conversation
See test results for failed build of commit 70fde2f6e5 |
See test results for failed build of commit 31641e0397 |
|
@LeonarddeR, Linting error cannot be fixed. What should I do? |
|
@feerrenrut I think we should consider disabling flake8 tests for our scons files. They are simply non-standard python files and will never conform to Flake8 checks unless ugly workarounds are applied. |
LeonarddeR
left a comment
There was a problem hiding this comment.
I think it is safe to ignore these linter errors for now.
|
Yes, I agree, lets exclude the scons files from the linter for now. |
|
@OzancanKaratas If you don't mind, I've excluded the scons files from linting. Let's see whether it passes the tests now. |
feerrenrut
left a comment
There was a problem hiding this comment.
Thanks @OzancanKaratas and @LeonarddeR
|
Hi, I found an error in zh_CN. In the file "NVDA\locale\zh_CN\cldr.dic", line 61 Thanks. |
This problem is caused by NVDA's lack of this mark in the Chinese dictionary file. To understand better, please refer to the symbols.dic file of the corresponding language file in the locale folder. Please contact the team that translated NVDA into Chinese to fix the issue. Unless this mark is translated, NVDA gets the description of the mark from the file cldr.dic. |
|
Hi, Thanks for your reply. Thanks |
Link to issue number:
Fixes #10955
Summary of the issue:
We are currently using an unofficial submodule repository.
Description of how this pull request fixes the issue:
This pull request will migrate our submodule to the official repository.
Testing performed:
Known issues with pull request:
See the discussion in #10955.
Change log entry:
Section: Changes
Note: I want to be officially maintainer for this. I will track the changes and open a pull request if new updates arrived.
Thanks.