Skip to content

Instantly share code, notes, and snippets.

@EclipseGc
Created August 10, 2012 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EclipseGc/3315423 to your computer and use it in GitHub Desktop.
Save EclipseGc/3315423 to your computer and use it in GitHub Desktop.
Re: Translations
I'm not sure I see the point is processing translations separately every time they need displaying.
Some plugin types (blocks for instance) will likely have hundreds of implementations in a typical
system, translating all the various titles and descriptions every time they're displayed instead of
simply asking for a different language cache of blocks seems like a lot of additional overhead to
me, especially when we expect to typically have a cache for any plugin type anyway. This is what
the menu system does currently for what I assume are likely the same reasons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment