lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I think it's helpful to have all parser error messages in extern file
> for different languages and added to compilation via defines. Is it
> hard to release?

Support for messages in different languages is not simple because the
position of the varying parts may be different in different languages.
See GNU gettext for a tates of how hard this can be.
--lhf