-
Notifications
You must be signed in to change notification settings - Fork 64
[jnimarshalmethod-gen] Localizable errors #696
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
[jnimarshalmethod-gen] Localizable errors #696
Conversation
brendanzagaeski
left a comment
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.
Thanks a bunch for setting all this up! It looks pretty good already. I'll leave a first round of comments with some questions and some ideas about wording adjustments and comments that might help the localization team. I'll be sure to take another look to make sure everything looks good after the messages get code numbers. Thanks!
and warnings messages. Uses the same Java.Interop.Localization assembly as other JI tools for localizable messages.
Also use lower case for error/warning words to be better compatible with our (tasks)[https://github.com/xamarin/xamarin-android/blob/f14890fa2146913afb023a37b6ff4ec62381392a/src/Xamarin.Android.Build.Tasks/Utilities/MSBuildExtensions.cs#L78-L79].
Also turn warning about missing symbols to informational output.
Also change 2 warning to informational output
6ee069f to
79b9edb
Compare
brendanzagaeski
left a comment
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.
Nice! Thanks for the changes and additional info on these messages! I'll add one more set of wording ideas to consider, and then we should be close to ready to wrap this up.
brendanzagaeski
left a comment
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.
Looks great! Thanks again for all the work on this!
and warnings messages. Uses the same
Java.Interop.Localizationassemblyas other JI tools use for localizable text.
Change some of the warnings into informational output and also extend
some of the warnings with more information how to possibly avoid
the warning.