Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 23:27 UTC
Updated:
9 May 2012 at 13:50 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-6.x-stop-translating-empty-string-1544032-1.patch | 1.69 KB | mvc |
Comments
Comment #1
mvctrivial patch attached.
see also #1544028: remove useless translations of the empty string for the 7.x version.
Comment #2
mvcComment #3
bgm commentedThanks! Committed to 6.x-1.x.