ABuffEr / numberProcessing

NVDA add-on
GNU General Public License v2.0
4 stars 4 forks source link

Incorrect time display #7

Open tarikhadzirovicofficial opened 3 months ago

tarikhadzirovicofficial commented 3 months ago

When number processing is enabled, the time is not pronounced correctly. For example, 19:49 should be pronounced as "nineteen colon forty nine,' but it is pronounced as 'one nine colon forty nine.'"

ABuffEr commented 3 months ago

Hi @tarikhadzirovicofficial, the add-on processes numbers without knowing their nature (at least until I have time to implement a sort of template mechanism). To avoid problems with short numbers, you have to set accordingly the minimum number length to consider. Apparently, you have set it to 2, that is generally too short for a good experience.

tarikhadzirovicofficial commented 3 months ago

Hi @ABuffEr! On the contrary, the minimum number length is even 10, which I set due to the incorrect reading of phone numbers and other things. I hope that in the future you will find a solution for such problems that require an understanding of the nature of numbers.

ABuffEr commented 3 months ago

Hi, very strange. I'm not able to reproduce this bug. Let us to concentrate on the other issue, maybe it's something in settings management.

ABuffEr commented 3 months ago

Hi, can I consider this issue solved?

tarikhadzirovicofficial commented 3 months ago

Hi @ABuffEr! I don't know yet; I'm still testing the issue. Let's keep it open for another day or two, and if the problem no longer occurs, I'll close it.