please make the string more compatible for internationalization

for example the string " ago" should include a "token" for the time, in german it is "seit 1 Stunde" (the german "seit" means ago an should be in front of the time)

Comments

icecreamyou’s picture

Assigned: Unassigned » icecreamyou
Priority: Normal » Minor
Status: Active » Fixed

I've fixed this in my local version but I haven't uploaded the changes yet (and probably won't have time to do so until Sunday). In the mean time you can change line 183 to:

        $block_content .= htmlspecialchars($sm['status_fb'], ENT_NOQUOTES) . t(" <span class='submitted'>!time ago</span>", array('!time' => $time));
Anonymous’s picture

Status: Fixed » Closed (fixed)

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