-
Notifications
You must be signed in to change notification settings - Fork 602
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
Dutch typo's fixes, missing translations and fixed consistency in Dutch translation. #542
Merged
Conversation
This file contains 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
I suggest using https://github.com/HakanL/resxtranslator instead of the built-in tools inside VisualStudio. You can point resxtranslator at the cloned repository without issues. Please let me know when the PR is ready to review. |
@Klocman , I finally got that tool to work. My PC was doing some scuffy things with RAR/ZIP files. Anyhow, this should be the full PR. Sorry for the mess. |
Non-translatable file
Klocman
approved these changes
Oct 7, 2023
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.
Since I needed BCU recently to do some work at my school and I noticed some typo's I missed... I tried to use the RESX tools in VSCode.
I know I can use 'em in Visual Studio... But, I get lost in that UI and I'm not a programmer in C... (I know PowerShell, HTML, CSS and a bit of PHP...) so yeah, I opted to use VSCode and the ResX editor there.
Here are some more fixes, mostly things I missed in my previous two PR's and translations that weren't present in the Dutch resx files ;)
Feel free to give feedback if I add the additions wrong.