Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r45768 r45932  
    290290
    291291        /*
    292          * Translators: If there are characters in your language that are not supported
     292         * translators: If there are characters in your language that are not supported
    293293         * by Noto Sans, translate this to 'off'. Do not translate into your own language.
    294294         */
     
    298298
    299299        /*
    300          * Translators: If there are characters in your language that are not supported
     300         * translators: If there are characters in your language that are not supported
    301301         * by Noto Serif, translate this to 'off'. Do not translate into your own language.
    302302         */
     
    306306
    307307        /*
    308          * Translators: If there are characters in your language that are not supported
     308         * translators: If there are characters in your language that are not supported
    309309         * by Inconsolata, translate this to 'off'. Do not translate into your own language.
    310310         */
     
    314314
    315315        /*
    316          * Translators: To add an additional character subset specific to your language,
     316         * translators: To add an additional character subset specific to your language,
    317317         * translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language.
    318318         */
Note: See TracChangeset for help on using the changeset viewer.