Adding translation based off Language ID#263
Open
Jakkret wants to merge 9 commits into
Open
Conversation
Author
|
I didn't add the Polish translation so far, because i'll work on it later — if you'd like to test it, you can copy what i deleted from one of the commits 👍 |
TomGoodIdea
reviewed
Jun 5, 2026
Author
|
i will convert this pr to draft, and i'll try to fix these two things |
Author
|
@TomGoodIdea could you review it, please? |
Contributor
|
Should be alright in terms of compatibility now. |
Author
|
what about |
Contributor
|
As far as I know, it is present in NT 3.51. |
Author
|
alright, thank you for reviewing |
iProgramMC
reviewed
Jun 5, 2026
|
|
||
| // compatibility checking | ||
| HMODULE h = GetModuleHandle(TEXT("kernel32.dll")); | ||
| pSetThreadUILanguage fnSetUILanguage = (pSetThreadUILanguage)GetProcAddress(h, "SetThreadUILanguage"); |
Contributor
There was a problem hiding this comment.
not your fault, but if I merge the PR, I'll move this to MWAS
Author
There was a problem hiding this comment.
Yeah i understand that, i looked and saw simillar things like that. No worries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
based off #260 i managed to make it work, though its best to check my code, im skeptical in few places.
What has been added:
What works, but could be improved:
what can possibly bug:
if i made some mistakes, let me know. I wanna learn aswell