On 23/05/13 17:29, Diggory wrote:
What's great about it is you can develop your program with having to
mess about with keys or anything to do with i18n, just remember to call
"gettext()" and when your done it's already ready for translations to be
added. Most other schemes require you to create a key before you can do
anything which is a massive waste of time while developing when you may
end up changing it numerous times or end up not even needing it.
Exactly. From the programmers POV i18n with gettext() is a breeze.
Peter
PS retrofitting i18n using gettext() is equally painless to the point of
being boring.