[Gambas-user] Translating native error messages

PICCORO McKAY Lenz mckaygerhard at gmail.com
Mon Jul 9 15:04:53 CEST 2018


umm i dont know but if its low level and languaje related i think not
possible! i mean it's not part of the gambas package ?
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com


2018-07-08 9:03 GMT-04:00 Tobias Boege <taboege at gmail.com>:
> Hi Benoit,
>
> I saw some mixed-language error messages in output from someone recently.
> (I run in an English locale, so I never noticed.) I think they come from
> code like this:
>
>   Error.Raise(Subst$(("Something went wrong: &1"), Error.Text))
>
> where the translated string is translated in the Gambas project this
> code comes from, but the Error.Text is a low-level interpreter or native
> component error message, which is not translated.
>
> I don't know gettext, so my first question is: can't we translate these
> native pieces just like we translate Gambas projects? Is it "just" a
> matter of doing translation work and inserting some macros in the sources?
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----


More information about the User mailing list