I'm trying to implement i18n in GAE - PHP via the gettext extension, but it fails, I suppose the extension is not enabled in GAE as of now.
I've tried using the php-gettext class, and it works fine, but I'm a bit concerned about its speed. As you can see in this benchmark the class is the slowest method.
Do you know any other way I can use? I'd prefer to use the php-gettext class and the .po files rather than string ids, but I also don't want to slow down the site.
Thanks a lot! :)