[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: UTF-8 identifiers [was: Re: Lua t-shirts]
- From: Petite Abeille <petite_abeille@...>
- Date: Mon, 05 Oct 2009 21:04:43 +0200
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.
- References:
- Lua t-shirts, Stuart P.Bentley
- Re: Lua t-shirts, David Given
- UTF-8 identifiers [was: Re: Lua t-shirts], Ico
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Mauro Iazzi
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Jerome Vuarand
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Enrico Colombini
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Jerome Vuarand
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Enrico Colombini
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], David Given
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Petite Abeille
- Re: UTF-8 identifiers [was: Re: Lua t-shirts], Jerome Vuarand