Can someone tell me what's going on on this page http://source.winehq.org/transl/lang.php?lang=009%3A00 ?
If you click on the bottom links (locales) I see a message "Invalid resource file". Does this mean the resource file doesn't exist, or is there a little oops in the links?
Thanks, Ken.
Ken Sharp wrote:
Can someone tell me what's going on on this page http://source.winehq.org/transl/lang.php?lang=009%3A00 ?
If you click on the bottom links (locales) I see a message "Invalid resource file". Does this mean the resource file doesn't exist, or is there a little oops in the links?
Thanks, Ken.
I saw that as well yesterday (first time I actually clicked on that link).
I'm not sure if there should be a link at all. If yes, I suspect we should be seeing the resources from the dlls/kernel32/nls/*.nls files.
Likewise selecting the 'dlls/kernel32' link should probably show you the resources belonging to the dlls/kernel32/nls/winerr_* files. Currently it shows you "resource MESSAGE #1: Resource translated" for some languages but with no links to the actual resources.
I'm not sure how difficult it would be to implement these though and if there is actually a need for it.
Paul Vriens wrote:
Ken Sharp wrote:
Can someone tell me what's going on on this page http://source.winehq.org/transl/lang.php?lang=009%3A00 ?
If you click on the bottom links (locales) I see a message "Invalid resource file". Does this mean the resource file doesn't exist, or is there a little oops in the links?
Thanks, Ken.
I saw that as well yesterday (first time I actually clicked on that link).
I'm not sure if there should be a link at all. If yes, I suspect we should be seeing the resources from the dlls/kernel32/nls/*.nls files.
Likewise selecting the 'dlls/kernel32' link should probably show you the resources belonging to the dlls/kernel32/nls/winerr_* files. Currently it shows you "resource MESSAGE #1: Resource translated" for some languages but with no links to the actual resources.
I'm not sure how difficult it would be to implement these though and if there is actually a need for it.
Just checked. The dlls/kernel32/kernel.res contains everything we need, both the resources related to nls-information and also the messages coming from the winerr_* files.