-
-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading NVDA with specific languages shows "Locale not supported by OS" warning message box #8064
Comments
cc @josephsl This also applies to Mongolian at least. |
Also for Galician. |
Now I'm confirming what Iván said. Unfortunately, it seems that this is a regression bug. |
@ivnc commented on 13 Mar 2018, 21:33 CET:
Are you saying that this problem also occurred in 2017.4 and even earlier? |
Yes, you’re right, at least in case of Galician.
As I said, this also happens with all TwBlue versions I've tried.
Regards
|
Yes, when using Mongolian local test, it gives exactly that error. I'm wondering when it is going to be fixed. Still 18.1.1 didn't fix it yet. :) |
As noted in linked issue #8080, Macedonian also encounters this error. I noticed when looking at: https://github.com/nvaccess/nvda/wiki/Translating That a number of the languages affected (Mongolian, Kyrgyz, Macedonian at least), aren't listed on that page, could that be related, or is it just that the translation list on that page is out of date? Has anyone found a workaround? |
If I understand correctly from quick testing, a part from that warning, NvDA continues to function normally? |
I think it isn't related, because as I've said happens also with other Python applications. For example Galician, one of the affected languages, is listed in that page and is a NVDA translation since several years ago (cc @quetzatl). I say this from my elemental NVDA internals knowledge, but this is the option I've in mind that makes more sense for me. BTW, could the reason why these languages don't appear in the wiki be that it was updated with 2017.3 release? Mongolian was added in 2018.2, Kyrgyz in 2018.1 and Macedonian in 2017.4, according with the changelog. Regards. |
Hi, This is a wxPython error. When wx.Locale().Init is called and when the locale isn't present, the dialog noted will be shown. Thanks. |
I have a branch with a fix: i8064.
I will submit the pr a little later.
In short though, we can call wx.Locale().IsAvailable, passing
wxLang.Language to check if wx actually supports this language or not.
|
Guys, in 2018.3 rc1, the famed warning message is still there, showing its ugly head upon us. lol all joking aside, has anyone tested it with the 2018.3 rc1? I have checked all 3 languages that were effected by this, and all 3 are giving same warning messages. "NVDA warning, locale x is not supported by OS." I thought we have fixed this issue. So is it only me? or you guys are getting same errors as well. The 3 languages are, Mongolian, Kirgiz and Galician. |
I think the fix corresponds to 2018.4. I tested the pilot build and it is fixed there.
Regards
|
Hi,
fixed in the latest alpha snap.
Thanks,
Zvonimir
|
Oo I just saw that Michael had added it to the milestone 2018.4 my bad. Thanks guys, Yeah just tested the Alpha snap and it works fine. Once again, thank you guys for responding quickly. :)b |
I really enjoy that this bug has been fixed.
La 12.09.2018 16:50, angaragmn a scris:
Oo I just saw that Michael had added it to the milestone 2018.4 my bad. Thanks guys, Yeah just tested the Alpha snap and it works fine. Once again, thank you guys for responding quickly. :)b
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#8064 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ATbjMscxblf9TMOwHlf1-onem5iGNgt9ks5uaREPgaJpZM4Sifv5>.
|
Hello folks! When changing the language to Kirgyz, NVDA works Properly till the restart. After that, the following error message occurs:
Nvda Warning
Locale 'Kirghiz' not supported by OS.
OK
Steps to reproduce:
NVDA version: 2018.1
Operating system: Windows 10 Fall Creators Update 64-bit.
Hope this helps.
The text was updated successfully, but these errors were encountered: