Skip to content

Commit 21eac40

Browse files
committed
Add info on multilingual support to the plugin.
1 parent e4e0da5 commit 21eac40

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ui-definitions/settings-pages.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,23 @@
446446
'collapsible' => 'closed',
447447
'content' => sprintf(
448448
// translators: The HTML markup.
449-
__( ' To function correctly, the Cloudinary plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ),
449+
__( 'To function correctly, the Cloudinary plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ),
450450
'<br><br>',
451451
'<a href="https://developer.wordpress.org/rest-api/" target="_blank" rel="noopener noreferrer">',
452452
'</a>'
453453
),
454454
),
455+
array(
456+
'type' => 'panel',
457+
'title' => __( 'Does Cloudinary work on multilingual sites?', 'cloudinary' ),
458+
'collapsible' => 'closed',
459+
'content' => sprintf(
460+
// translators: The HTML markup.
461+
__( 'Absolutely! Cloudinary is fully compatible with WPML, the leading WordPress multilingual plugin, and is officially recommended for seamless media management across multiple languages. Cloudinary ensures that your media assets are efficiently handled on your multilingual site. For more details, visit %1$sWPML\'s official page%2$s on Cloudinary compatibility.', 'cloudinary' ),
462+
'<a href="https://wpml.org/plugin/cloudinary/" target="_blank" rel="noopener noreferrer">',
463+
'</a>'
464+
),
465+
),
455466
array(
456467
'type' => 'panel',
457468
'title' => __( "I'm having an incompatibility issue with a theme, plugin, or hosting environment, what can I do?", 'cloudinary' ),

0 commit comments

Comments
 (0)