lua-users home
lua-l archive

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


You mean something like this:

error(msg.x_should_lie_between_0_and_255)

instead of

error("x should lie between 0 and 255")

with

msg = require "russian_messages"

or whatever earlier?


2014-10-29 7:51 GMT+02:00 - <far-far@mail.ru>:
> Dear Lua developers.
> Please move all message strings to one header file.
> It greatly simplifies the localization of a Lua engine.
>
>
>