Ticket #175 (closed defect: fixed)
Revision 550 breaks translation
| Reported by: | Eric | Owned by: | _Eric_ |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | i18n | Version: | 1.0b3 |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by _Eric_) (diff)
The plog_tr calls seem to have disappeared from the theme files in revision 550. This means translation strings aren't being read in those places.
Example from 549:
print "<p class='errors'>" . plog_tr('Comment did not post! Please fill in required fields.') . "</p>";
Same bit from 550:
print "<p class='errors'>Comment did not post! Please fill in required fields.</p>"; }}}
Change History
Note: See
TracTickets for help on using
tickets.
