Make a string not empty to it ends up in the POT file.
git-svn-id: https://develop.svn.wordpress.org/trunk@22052 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b8b71f9049
commit
71c3fc4e5b
@ -122,7 +122,7 @@ function twentytwelve_scripts_styles() {
|
||||
/* translators: To add an additional Open Sans character subset specific to your language, translate
|
||||
this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language. */
|
||||
|
||||
$subset = _x( '', 'Open Sans font: add new subset (greek, cyrllic, vietnamese)', 'twentytwelve' );
|
||||
$subset = _x( ' ', 'Open Sans font: add new subset (greek, cyrllic, vietnamese)', 'twentytwelve' );
|
||||
|
||||
if ( $subset == 'cyrillic' )
|
||||
$subsets .= ',cyrillic,cyrillic-ext';
|
||||
|
@ -4,7 +4,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Twenty Twelve 1.0\n"
|
||||
"Report-Msgid-Bugs-To: http://wordpress.org/tags/twentytwelve\n"
|
||||
"POT-Creation-Date: 2012-09-27 07:34:19+00:00\n"
|
||||
"POT-Creation-Date: 2012-09-27 07:36:27+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -163,6 +163,15 @@ msgctxt "Open Sans font: on or off"
|
||||
msgid "on"
|
||||
msgstr ""
|
||||
|
||||
#. translators: To add an additional Open Sans character subset specific to
|
||||
#. your language, translate
|
||||
#. this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your
|
||||
#. own language.
|
||||
#: functions.php:125
|
||||
msgctxt "Open Sans font: add new subset (greek, cyrllic, vietnamese)"
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: functions.php:175
|
||||
msgid "Page %s"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user