Accidentally, I found the Languages::zh::tw::SharedRulles::general.yaml in main branch and that in NVDA2026.1.1 is VERY different.
For example, in line 15,
in main branch: then: [T: "正"]
in NVDA2026.1.1: then: [{T: "正"}]
Note in NVDA, there is { and } ; in main branch there is NO { and }.
Such kind of difference occured more than hundred places.
What happens? Is it OK?
Accidentally, I found the Languages::zh::tw::SharedRulles::general.yaml in main branch and that in NVDA2026.1.1 is VERY different.
For example, in line 15,
in main branch:
then: [T: "正"]in NVDA2026.1.1:
then: [{T: "正"}]Note in NVDA, there is
{and}; in main branch there is NO{and}.Such kind of difference occured more than hundred places.
What happens? Is it OK?