Re: [Phplib-users] Templates and i18n...
Brought to you by:
nhruby,
richardarcher
|
From: Richard A. <rh...@ju...> - 2002-12-03 00:53:46
|
At 14:44 -0800 2/12/02, Aric Caley wrote:
>I've been adapting my code to use a getText() function to provide
>translated strings.
Hi Aric,
What is the difference between:
>I then ... put appropriate {} tags into the templates.
and
>A translatable string could be identified in the
>template like so: {"this is a string"}.
In both cases you are adding {} tags to the template file,
which seems to me like the same amount of work.
...R.
|