You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* translators: %1$s: URL to a page at WordPress.orgs */
148
+
$format = __(
149
+
'TNo language files are currently installed. Learn how to install various languages in WordPress by <a href="%1$s">reading more here</a>.',
150
+
'multisite-language-switcher'
151
+
);
148
152
$message = sprintf(
149
-
__(
150
-
'There are no language files installed. You can <a href="%1$s">manually install some language files</a> or you could use a <a href="%2$s">plugin</a> to download these files automatically.',
0 commit comments