Making WordPress.org


Ignore:
Timestamp:
04/29/2017 10:16:37 PM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Add missing text domains.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php

    r5413 r5443  
    6565                                        $output .= sprintf(
    6666                                                /* translators: 1: plugin name, 2: locale name */
    67                                                 __( '“%1$s” has been translated into %2$s.' ),
     67                                                __( '“%1$s” has been translated into %2$s.', 'wporg-plugins' ),
    6868                                                $title,
    6969                                                $locales_list
     
    7575                                                        '“%1$s” has been translated into these %2$d locales: %3$s.',
    7676                                                        '“%1$s” has been translated into these %2$d locales: %3$s.',
    77                                                         $locales_count
     77                                                        $locales_count,
     78                                                        'wporg-plugins'
    7879                                                ),
    7980                                                $title,
Note: See TracChangeset for help on using the changeset viewer.