On Thu, Jan 29, 2009 at 9:17 PM, Mel T. wrote: > Thanks for your help Rodrigo. Babel looks neat, and coming from Trac's > team makes it look like a good choice. > > Can I use babel with google's default webapp template engine ? > > If not, what template engine works well with that?
Babel has a helper to extract strings from Django templates (default in App Engine). I'm not sure how to integrate, but there are several tutorials out there (both are popular). If you're using webapp, though, I recommend you to take a look at Jinja2. It is very similar to Django's template but easier to extend (and it is more modular, faster, etc). Babel integration is also built in. There are some tutorials about using Jinja2 (with Django or webapp) in the cookbook: http://appengine-cookbook.appspot.com/ have fun :) -- rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
