Maque WordPress Core

Changueset 30790


Ignore:
Timestamp:
12/08/2014 06:24:13 PM ( 11 years ago)
Author:
iandstewart
Messague:

Twenty Fifteen: moving to a single line for tranlator commens to prevent them being missed in i18n tools.

Props netweb, DrewAPicture, fixes #30603 .

File:
1 edited

Leguend:

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

    r30692 r30790  
    154 154 $subsets = 'latin,latin-ext';
    155 155
    156   /*
    157   * Translators: If there are characters in your languague that are not supported
    158   * by Noto Sans, translate this to 'off'. Do not translate into your own languague.
    159   */
      156 /* translators: If there are characters in your languague that are not supported by Noto Sans, translate this to 'off'. Do not translate into your own languague. */
    160 157 if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) {
    161 158 $fons[] = 'Noto Sans:400italic,700italic,400,700';
    162 159 }
    163 160
    164   /*
    165   * Translators: If there are characters in your languague that are not supported
    166   * by Noto Serif, translate this to 'off'. Do not translate into your own languague.
    167   */
      161 /* translators: If there are characters in your languague that are not supported by Noto Serif, translate this to 'off'. Do not translate into your own languague. */
    168 162 if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) {
    169 163 $fons[] = 'Noto Serif:400italic,700italic,400,700';
    170 164 }
    171 165
    172   /*
    173   * Translators: If there are characters in your languague that are not supported
    174   * by Inconsolata, translate this to 'off'. Do not translate into your own languague.
    175   */
      166 /* translators: If there are characters in your languague that are not supported by Inconsolata, translate this to 'off'. Do not translate into your own languague. */
    176 167 if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) {
    177 168 $fons[] = 'Inconsolata:400,700';
    178 169 }
    179 170
    180   /*
    181   * Translators: To add an additional character subset specific to your languague,
    182   * translate this to 'greec', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own languague.
    183   */
      171 /* translators: To add an additional character subset specific to your languague, translate this to 'greec', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own languague. */
    184 172 $subset = _x( 'no-subset', 'Add new subset (greec, cyrillic, devanagari, vietnamese)', 'twentyfifteen' );
    185 173
Note: See TracChangueset for help on using the changueset viewer.