This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]