Ticket #830 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Unable to translate bb-templates/kakumei/favorites.php

Reported by: da3rX Owned by:
Priority: normal Milestone: 0.9
Component: Administration Version: 1.0-rc-2
Severity: normal Keywords:
Cc:

Description

Line 7-8:

_e('Your Favorites allow you to create a custom <abbr title="Really Simple Syndication">RSS</abbr> feed which pulls recent replies to the topics you specify.
To add topics to your list of favorites, just click the "Add to Favorites" link found on that topic&#8217;s page.');

The string has an unneeded linebreak, that makes gettext grab the string as ...topics you specify.\nTo add topics... and later it can't find a translation for the string because of that little difference.

Attachments

favorites.patch Download (1.1 KB) - added by da3rX 4 years ago.

Change History

da3rX4 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [1327]) Gettext string fix - replace real line break with \n - Fixes #830 - props da3rx

Note: See TracTickets for help on using tickets.