Changeset 25908
- Timestamp:
- 10/24/2013 08:28:43 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r25789 r25908 122 122 $fonts_url = ''; 123 123 124 /* 125 * Translators: If there are characters in your language that are not 124 /* Translators: If there are characters in your language that are not 126 125 * supported by Source Sans Pro, translate this to 'off'. Do not translate 127 126 * into your own language. … … 129 128 $source_sans_pro = _x( 'on', 'Source Sans Pro font: on or off', 'twentythirteen' ); 130 129 131 /* 132 * Translators: If there are characters in your language that are not 130 /* Translators: If there are characters in your language that are not 133 131 * supported by Bitter, translate this to 'off'. Do not translate into your 134 132 * own language. -
trunk/src/wp-content/themes/twentytwelve/functions.php
r25746 r25908 96 96 $font_url = ''; 97 97 98 /* 99 * translators: If there are characters in your language that are not supported 98 /* translators: If there are characters in your language that are not supported 100 99 * by Open Sans, translate this to 'off'. Do not translate into your own language. 101 100 */ … … 103 102 $subsets = 'latin,latin-ext'; 104 103 105 /* 106 * translators: To add an additional Open Sans character subset specific to your language, 104 /* translators: To add an additional Open Sans character subset specific to your language, 107 105 * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language. 108 106 */
Note: See TracChangeset
for help on using the changeset viewer.