This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: GNAT: internationalization of error diagnosis messages


Vadim Godunko <vgodunko at rost dot ru> writes:

> Hello,
>
> Attached patch and new files allow internationalization for gnat
> diagnosis messages.

Why have you created a separate text domain for these messages?

Does (e)xgettext know how to cope with .ad[bs] files? 

This is now two different places that need to convert between C and
Ada strings - the library routines for that should be brought in and
used instead of duplicating the code everywhere.

zw


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