Skip to content

Commit 8746c6f

Browse files
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

File tree

include/nvda-cldr

Submodule nvda-cldr updated 66 files

user_docs/en/changes.t2t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ This can be used with text editors that do not support paragraph navigation nati
4949
- In some rare cases, these settings used in profiles may be unexpectedly modified when installing this version of NVDA.
5050
- Please check these options in your profiles after upgrading NVDA to this version.
5151
-
52-
- Emojis should now be reported in more languages. (#14433)
52+
- Emojis should now be reported in more languages. (#14433, #14459)
53+
- In Hindi, NVDA will not read anymore punctuation symbols whatever the punctuation level. (#14417)
5354
- The presence of an annotation is no longer missing in braille for some elements. (#13815)
5455
-
5556

0 commit comments

Comments
 (0)