Title: [Plugin: bbPress Topics for Posts] Localization (again)
Last modified: August 20, 2016

---

# [Plugin: bbPress Topics for Posts] Localization (again)

 *  [efedoso](https://wordpress.org/support/users/efedoso/)
 * (@efedoso)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-bbpress-topics-for-posts-localization-again/)
 * Former issue is solved, but in development version the are two strings not localization
   ready. In index.php:
    lines 71 and 401
 *     ```
       <?php _e('On the post page, show:'); ?>
       ```
   
 * must be
 *     ```
       <?php _e('On the post page, show:', 'bbpress-post-topics'); ?>
       ```
   
 * lines 75-76 and 408-409
 *     ```
       'newest'	=> __('most recent'),
       'oldest'	=> __('oldest')
       ```
   
 * must be
 *     ```
       'newest'	=> __('most recent', 'bbpress-post-topics'),
       'oldest'	=> __('oldest', 'bbpress-post-topics')
       ```
   
 * [http://wordpress.org/extend/plugins/bbpress-post-topics/](http://wordpress.org/extend/plugins/bbpress-post-topics/)

Viewing 1 replies (of 1 total)

 *  [David Dean](https://wordpress.org/support/users/ddean/)
 * (@ddean)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-bbpress-topics-for-posts-localization-again/#post-2660415)
 * Thanks for catching this! These strings have been fixed in the development version.
   Please let me know if you find anything else!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: bbPress Topics for Posts] Localization (again)’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbpress-post-topics.svg)
 * [Post Comments as bbPress Topics](https://wordpress.org/plugins/bbpress-post-topics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bbpress-post-topics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress-post-topics/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress-post-topics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress-post-topics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress-post-topics/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Dean](https://wordpress.org/support/users/ddean/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-bbpress-topics-for-posts-localization-again/#post-2660415)
 * Status: not resolved