Commit 8746c6f
authored
In Hindi, NVDA will not read anymore punctuation symbols whatever the punctuation level (#14459)
Fixes #14417
Summary of the issue:
Hindi has no symbol defined in its symbol file, only copyright header; seems that the file was prepared for translation but no actual symbol translation took place.
But there is a Hindi CLDR file. Thus the symbol level for symbols such as common punctuation (dot, question marke, etc.) is the one of CLDR, i.e. none.
This is not adapted and it would be better to take advantage of the symbol levels that are defined in the English symbol file.
Description of user facing changes
CLDR data will be available for languages which had no symbol file (am, et, kk, ne, th, ur) or empty symbol file (hi). For these languages, since there are no locale symbol file definition, the level defined in the English symbol file will be honoured.
Description of development approach
Update nvda-cldr repository to get the changes implemented in nvaccess/nvda-cldr#4.1 parent 8083585 commit 8746c6f
2 files changed
Lines changed: 3 additions & 2 deletions
- locale/af_ZA/cldr.dic+4.1k-4.1k
- locale/am/cldr.dic+4.1k-4.1k
- locale/ar/cldr.dic+4.1k-4.1k
- locale/as/cldr.dic+4.1k-4.1k
- locale/bg/cldr.dic+4.1k-4.1k
- locale/bn/cldr.dic+4.1k-4.1k
- locale/ca/cldr.dic+4.1k-4.1k
- locale/ckb/cldr.dic+3-3
- locale/cs/cldr.dic+4.1k-4.1k
- locale/da/cldr.dic+4.1k-4.1k
- locale/de/cldr.dic+4.1k-4.1k
- locale/de_CH/cldr.dic+222-222
- locale/el/cldr.dic+4.1k-4.1k
- locale/es/cldr.dic+4.1k-4.1k
- locale/es_CO/cldr.dic+1.1k-1.1k
- locale/fa/cldr.dic+4.1k-4.1k
- locale/fi/cldr.dic+4.1k-4.1k
- locale/fr/cldr.dic+4.1k-4.1k
- locale/ga/cldr.dic+4.0k-4.0k
- locale/gl/cldr.dic+4.1k-4.1k
- locale/gu/cldr.dic+3.8k-3.8k
- locale/he/cldr.dic+3.9k-3.9k
- locale/hi/cldr.dic+4.1k-4.1k
- locale/hr/cldr.dic+4.1k-4.1k
- locale/hu/cldr.dic+4.1k-4.1k
- locale/id/cldr.dic+4.1k-4.1k
- locale/is/cldr.dic+4.0k-4.0k
- locale/it/cldr.dic+4.1k-4.1k
- locale/ja/cldr.dic+4.1k-4.1k
- locale/ka/cldr.dic+3.9k-3.9k
- locale/kn/cldr.dic+4.1k-4.1k
- locale/ko/cldr.dic+4.1k-4.1k
- locale/kok/cldr.dic+4.0k-4.0k
- locale/ky/cldr.dic+3.8k-3.8k
- locale/lt/cldr.dic+4.1k-4.1k
- locale/mk/cldr.dic+4.1k-4.1k
- locale/ml/cldr.dic+4.1k-4.1k
- locale/mn/cldr.dic+4.1k-4.1k
- locale/mni/cldr.dic+8-8
- locale/my/cldr.dic+3.8k-3.8k
- locale/nb_NO/cldr.dic+4.1k-4.1k
- locale/ne/cldr.dic+4.1k-4.1k
- locale/nl/cldr.dic+4.1k-4.1k
- locale/nn_NO/cldr.dic+1.9k-1.9k
- locale/pa/cldr.dic+4.1k-4.1k
- locale/pl/cldr.dic+4.1k-4.1k
- locale/pt_BR/cldr.dic+4.1k-4.1k
- locale/pt_pt/cldr.dic+4.1k-4.1k
- locale/ro/cldr.dic+4.1k-4.1k
- locale/ru/cldr.dic+3.9k-3.9k
- locale/sk/cldr.dic+4.1k-4.1k
- locale/sl/cldr.dic+4.1k-4.1k
- locale/so/cldr.dic+3.8k-3.8k
- locale/sq/cldr.dic+4.1k-4.1k
- locale/sr/cldr.dic+4.1k-4.1k
- locale/sv/cldr.dic+4.1k-4.1k
- locale/ta/cldr.dic+4.1k-4.1k
- locale/te/cldr.dic+4.1k-4.1k
- locale/th/cldr.dic+4.1k-4.1k
- locale/tr/cldr.dic+4.1k-4.1k
- locale/uk/cldr.dic+4.1k-4.1k
- locale/ur/cldr.dic+4.1k-4.1k
- locale/vi/cldr.dic+4.1k-4.1k
- locale/zh_cn/cldr.dic+4.1k-4.1k
- locale/zh_hk/cldr.dic+4.1k-4.1k
- locale/zh_tw/cldr.dic+4.1k-4.1k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments