lua-users home
lua-l archive

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


On Sat, Jan 5, 2013 at 6:33 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
> But IMO in i18n it is often better to use named placeholders, not
> positional ones.

Yes, much more readable. I tend to get mixed up with more than two %s
formats in a string

Microlight's expand function does this - it's genuinely a three-liner