-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Localization #175
Comments
Apologies, my bad. I encoded the file in UTF-8 so it is more convenient for user editing etc, and do the conversion to UTF-16 LE which Windows uses in the code, as required to use the Can you test this version? It should be fixed. Also, I know this likely isn't mentioned everywhere other than the source code, but you can place the file directly besides the DLL and it will load that instead of the file in the resources of the executable. I made that so it is easier when testing. Also, you can test the interface by placing Thanks. |
Working for me. Thank you sir. |
Thank you very much. Now the strings are displayed correctly. But I still had to do a replacement in the file resources, because running "rundll32 dxgi.dll,ZZGUI" on the command line does not work for me. I get an error message: "No entry point: ZZGUI". If the settings.reg file is next to dxgi.dll (in the Windows folder), it is not loaded automatically (when restart the system). Maybe I misunderstood something (Google translator). Sorry. But it doesn't matter to me. The main thing works interface in Russian. |
It should be loaded. Idk why it fails. It worked when I tested it here.
Anyway, yeah, for rundll32 you have to specify the full path to dxgi.dll, so maybe rundll32 C:\Windows\explorer.exe,ZZGUI.
I am glad that it now works, though.
Thanks.
Valentin-Gabriel Radu
… On 22 Oct 2021, at 19:15, Sergii Leonov ***@***.***> wrote:
Thank you very much. Now the strings are displayed correctly.
But I still had to do a replacement in the file resources, because running "rundll32 dxgi.dll,ZZGUI" on the command line does not work for me. I get an error message: "No entry point: ZZGUI".
If the settings.reg file is next to dxgi.dll (in the Windows folder), it is not loaded automatically (when restart the system). Maybe I misunderstood something (Google translator). Sorry.
But it doesn't matter to me. The main thing works interface in Russian.
Thank you for your great work.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I have a shortcut on my desktop that uses: rundll32 C:\Windows\explorer.exe,ZZGUI |
Yes, with full path (rundll32 c:\Windows\dxgi.dll,ZZGUI) work fine! For Russian users (translation into Russian of 22.10.2021): |
Hi @valinet, Thanks for your tool, it’s very useful and much appreciated! Please find the FRENCH translation of ExplorerPatcher settings.reg file for:
Other localisations are available here: #363. Regards. |
Please add the translation of leserg73 to the About section of Properties window. |
Please open a new discussion as this has been closed for over 2 years. |
I translated the interface lines in the settings.reg file into Russian.
The encoding of the settings.reg file is UTF-8 with BOM.
Then I replaced in the file dxgi.dll resource RCData->101 on the localized.
After launching in the properties window all lines with the label ";x "
are displayed incorrectly (see attached screenshots).
Could you please fix this.
Thank you for the very useful tool.
The text was updated successfully, but these errors were encountered: