On Thu, Oct 24, 2013 at 2:56 AM, <[email protected]> wrote: > We are using .mo files, but converting to another format would not be a > huge problem. > >
If you want to stay with gettext, there's a pure PHP implementation at https://launchpad.net/php-gettext/ . It's somewhat old, and I haven't used it personally, but I know a few people who do and it does the job. Otherwise, there are some PHP internationalization implementations on GitHub and Sourceforge. They use varying file formats so you may have to convert, but it's not too difficult to implement them. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
