Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upTranslatable strings in versionInfo never get translated #586
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2010-03-04 06:19 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2010-03-04 07:05 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by jteh on 2010-03-04 06:08
Even though the strings in the versionInfo module are marked as translatable, they always render as English, even when the language is set to something else. This is most obvious in the NVDA About dialog.
I suspect this is caused by versionInfo being imported in
logHandler.FileHandler.handle(). Although this is a late import, NVDA does log some messages before initialising languageHandler. This change was introduced in 0863820 and is therefore probably a regression introduced in 2009.1rc1.Notes: