-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Translation split into partial class system. #20
Conversation
Translation.cs has become Translation.Designer.cs, with partial classes for each language (currently Translation.English.cs, Translation.German.cs, and Translation.Spanish.cs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theres a formatting (whitespace) error, ignore that as it does not affect compilation. Will look into auto formatting rules at some point.
Looks good on first glance. Although I would personally rename Translation.Designer.cs to Translation.cs |
My thought with the .Designer.cs naming was that since it is the base implementation of a partial class, it should receive that name. But now I think you're right that it should have the .Designer dropped from the name for clarity purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translation.Designer.cs has been (re)renamed to Translation.cs with latest commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to go ahead and merge it and delete the cleanup branch.
A new "electron" branch was created where the project will be rewritten using ElectronNET.
Imagery and core source-code has been copied over; more language support could be added to Translation for now, but most of the other code should be considered stale, and no need for further cleanup.
Was unable to have jnternet today after I send my initial suggestion but it looks good to me now. :) so no complaints about the merge. I’ll have a look at the electron branch tomorrow |
No description provided.