Limit narrator symbols to dashes (#2324)
This commit is contained in:
@@ -505,6 +505,13 @@ class nwQuotes:
|
||||
"\u300f": QT_TRANSLATE_NOOP("Constant", "Right white corner bracket"),
|
||||
}
|
||||
|
||||
DASHES: Final[dict[str, str]] = {
|
||||
"": QT_TRANSLATE_NOOP("Constant", "None"),
|
||||
"\u2013": QT_TRANSLATE_NOOP("Constant", "Short dash"),
|
||||
"\u2014": QT_TRANSLATE_NOOP("Constant", "Long dash"),
|
||||
"\u2015": QT_TRANSLATE_NOOP("Constant", "Horizontal bar"),
|
||||
}
|
||||
|
||||
|
||||
class nwUnicode:
|
||||
"""Supported unicode character constants and their HTML equivalents."""
|
||||
|
||||
Reference in New Issue
Block a user