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

trivial patch attached.

see also #1544028: remove useless translations of the empty string for the 7.x version.

mvc’s picture

Status: Active » Needs review
bgm’s picture

Status: Needs review » Fixed

Thanks! Committed to 6.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.