boost calls t(''), which is not only useless, but clutters up the locales table. worse, if a user somehow manages to enter a translation for this string, empty strings all over the site will suddenly be populated with this translation. i had this problem and boost was the only module in my site's directory which calls t('') so i think it might be to blame.

Comments

mvc’s picture

Status: Active » Needs review
StatusFileSize
new780 bytes

trivial patch attached.

see also #1544032: remove useless translations of the empty string for the 6.x version.

bgm’s picture

Status: Needs review » Closed (duplicate)

I committed a patch that was pending in #1450516: Improve the cache expiration documentation in the admin interface (add a description to the form elements).