Make WordPress Core


Ignore:
Timestamp:
06/01/2017 09:48:41 AM (8 years ago)
Author:
ocean90
Message:

I18N: Improve translator comments for strings in the community events widget.

Props dimadin, iandunn.
Fixes #40865.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r40790 r40866  
    10471047             * to the user, so it's left as an implication.
    10481048             */
    1049             /* translators: %s is the name of the city we couldn't locate. Replace the examples with cities in your locale, but test that they match the expected location before including them. Use endonyms (native locale names) whenever possible. */
     1049            /* translators: %s is the name of the city we couldn't locate.
     1050             * Replace the examples with cities related to your locale. Test that
     1051             * they match the expected location and have upcoming events before
     1052             * including them. If no cities related to your locale have events,
     1053             * then use cities related to your locale that would be recognizable
     1054             * to most users. Use only the city name itself, without any region
     1055             * or country. Use the endonym (native locale name) instead of the
     1056             * English name if possible.
     1057             */
    10501058            'could_not_locate_city' => __( 'We couldn’t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ),
    10511059
Note: See TracChangeset for help on using the changeset viewer.