We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542f346 commit 0810948Copy full SHA for 0810948
bin/wp-org-api
@@ -170,6 +170,11 @@ foreach ($packages['packages']["wordpress-language"]['core'] as $language => $of
170
}
171
172
173
+ if ( isset($languages_info[$language]) && isset( $languages_info[$language]['english_name'] ) ) {
174
+ $description = "Full Wordpress translation (including themes and core plugins) for {$languages_info[$language]['english_name']} - {$language}";
175
+ } else {
176
+ $description = "Full Wordpress translation (including themes and core plugins) for $language";
177
+ }
178
$repositories[] = array(
179
"type" => "package",
180
"package" => array(
0 commit comments