Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    i18n: Slight optimization for gettext · 6cf4c2d8
    Jared Hancock authored
    Use a PHP source file for the translation hash table rather than a
    serialized version of the array. This will allow a PHP object cache such as
    APC to cache the file and remove the overhead of parsing and unserializing
    on each request.
    6cf4c2d8