Changeset 30790 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 12/08/2014 06:24:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/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 language that are not supported 158 * by Noto Sans, translate this to 'off'. Do not translate into your own language. 159 */ 156 /* translators: If there are characters in your language that are not supported by Noto Sans, translate this to 'off'. Do not translate into your own language. */ 160 157 if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) { 161 158 $fonts[] = 'Noto Sans:400italic,700italic,400,700'; 162 159 } 163 160 164 /* 165 * Translators: If there are characters in your language that are not supported 166 * by Noto Serif, translate this to 'off'. Do not translate into your own language. 167 */ 161 /* translators: If there are characters in your language that are not supported by Noto Serif, translate this to 'off'. Do not translate into your own language. */ 168 162 if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) { 169 163 $fonts[] = 'Noto Serif:400italic,700italic,400,700'; 170 164 } 171 165 172 /* 173 * Translators: If there are characters in your language that are not supported 174 * by Inconsolata, translate this to 'off'. Do not translate into your own language. 175 */ 166 /* translators: If there are characters in your language that are not supported by Inconsolata, translate this to 'off'. Do not translate into your own language. */ 176 167 if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) { 177 168 $fonts[] = 'Inconsolata:400,700'; 178 169 } 179 170 180 /* 181 * Translators: To add an additional character subset specific to your language, 182 * translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. 183 */ 171 /* translators: To add an additional character subset specific to your language, translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. */ 184 172 $subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' ); 185 173
Note: See TracChangeset
for help on using the changeset viewer.