[sword-devel] i18n of sword website
sword-devel@crosswire.org
sword-devel@crosswire.org
Tue, 25 Feb 2003 13:26:51 -0500
In a message dated 2/25/2003 1:52:01 PM Eastern Standard Time, joachim@ansorgs.de writes:
> Just a quick note,
> we don't use gettext on bibletie.info anymore, because it turned out it's ways
> too slow for websites where we had to check whether a
> string is already
> included in the catalogue.
That is because the gettext got called WHEN user ACCESS that page, right? If you use it prebuild the page in batch (say every night) the gettext won't cause too much trouble for you, right? I think the performace is more "How/When you called it" then "Calling Which"