-
Notifications
You must be signed in to change notification settings - Fork 32
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
1.3.0.x #51
Merged
Merged
1.3.0.x #51
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
Gift for you. All the missing files in the project. Updated all nuget packages.
to avoid conflits
due to DanCooper merge this was lost. Updated again
and fixed settings windows size. Enlarge to see other panels
Wizard windows panels are out of windows, enlarge to edit. Position and status is reset on window load
Updated all project structures to include the addtional files in the correct folders so that the build process will put them in the right place. This is needed to have languages in the correct folders. DanCooper: please import this and update the structure. I've discovered there are items missing in the language files and will fix them but I must have this structure in place
Added all the string for localization of the splash screen
Fixed Lag folder names (should be Langs not Lang :( ) Fixed error in Movie Extractor that was not localizing.
Full localization in scraper and XML scraper
Forgot to make it small again :) fixed two typos in scraper and xml scraper
In several settings panels localization was missing. Even string in the XML files were missing.
Fixed the load of localization string from modules so that menu are now localized. Modified Localization class to avoid double loading of strings Fixed several modules source code structure to use the correct grouping/strructure
With this pack of fixes the main interface and setup are now localized correctly. |
I forgot to move the load settings before language initialization. Now is correct. At app start the first message is Loading Settings.... (that is always from the English file or internal default) from settings the effective language is read and from then on all localized strings (or internal defaults, usually english) :)
Added the checkbox and buttons to wizard. Now is really tight!
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.
Sync update to our fixes, localization, missing files, etc...