Randy Merrill
Randy Merrill
For the mechanics, I would suggest a `toLocale(locale)` method on the classes that can be localized, then walking the json is just looking for a `toLocale` method on the object...
One of the things I was going to test in Grow was having the translation be an object instead of just the translated string during untagging. So that the `__str__`...
I agree, for the server, we don't really need to cache the yaml at all with how fast this seems to process the yaml files. The reason we cache so...
Oh, the other use case for the caching--besides the multiple locale documents--is the usage of `!g.doc` or `!g.yaml`. That is an optimization that can come later if we find that...