Skip to content
Snippets Groups Projects
Commit 6cf4c2d8 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Slight optimization for gettext

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.
parent b55d0c96
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment