This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Java: Prepare for %q, %< and %> in diagnostic messages
Ranjit Mathew <rmathew@gmail.com> writes:
>> While you're at it, please make the messages be properly translated
>> (see ABOUT-GCC-NLS in the source tree).
>>
>> zw
>
> If I understand you correctly, this would just
> mean changing the parameter name from "msg"
> to "msgid" so that the message extractors pick
> it up correctly, right?
That, and tracing the data flow and making sure that the string is
passed through _() exactly once.
zw