Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/05/2016 06:21:41 AM (10 years ago)
Author:
netweb
Message:

Locale - i18n/l10n: Differentiate the noun and verb "Reply" string.

"Reply" can be used as both a verb and a noun, this changeset adds this context to instances of the "Reply" string thus allowing the different contexts to be translated accurately.

Props ocean90.
Fixes #2977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/template.php

    r6027 r6089  
    30883088            'link_before'  => '',
    30893089            'link_after'   => '',
    3090             'reply_text'   => esc_html__( 'Reply', 'bbpress' ),
     3090            'reply_text'   => esc_html_x( 'Reply', 'verb', 'bbpress' ),
    30913091        ), 'get_topic_reply_link' );
    30923092
Note: See TracChangeset for help on using the changeset viewer.