lua-users home
lua-l archive

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



On Oct 5, 2009, at 8:23 PM, Jerome Vuarand wrote:

On the other hand if you know that your target audience all have a
common mother-language and may be less than fluent in english,
localizing everything may make more sense.

Hmmm... but at that rate, shouldn't even the keywords be localized then?

begin
    for aKey, aValue in pairs( aTable ) do
        print( aKey, aValue )
    end
end

vs.

debut
    pour uneClé, uneValue dans paires( uneTable ) faire
        imprimer( uneClé, uneValue )
    fin
fin

Or something. This could get tiring :D

If I'm not mistaken, AppleScript used to offer localized dialects.