Uh oh!
There was an error while loading. Please reload this page.
[jcw-gen] Make MSBuild warning/error strings localizable. - #695
Conversation
brendanzagaeski
left a comment
There was a problem hiding this comment.
Looks good! I'll comment with just a few tiny wording ideas.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| </data> | ||
| <data name="JavaCallableWrappers_XA4203" xml:space="preserve"> | ||
| <value>The 'Name' property must be a fully qualified 'package.TypeName' value, and no package was found for '{0}'.</value> | ||
| <value>The 'Name' property must be a fully qualified type like 'com.example.MyClass' and no package was found for '{0}'.</value> |
There was a problem hiding this comment.
I believe it's fine to leave it as it is, but just to be excessively thorough, note that the English words example and My in com.example.MyClass will lose a tiny bit of special meaning in the translated versions of the message.
Although the Microsoft internal FAQ on fictitious names doesn't specifically mention example.com, I suspect that's because it's an even broader case that is accepted industry-wide (https://tools.ietf.org/html/rfc2606) and so doesn't require a specific mention in the FAQ.
Updates MSBuild warnings and errors in
Java.Interop.Tools.JavaCallableWrappersandJava.Interop.Tools.Cecilto be localizable, building on work done in #689.