Re: Simplification of localization.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Simplification of localization.
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2014年10月29日 08:01:37 +0200
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.
>
>
>