Closed petitphp closed 7 months ago
Even after downloading translations for the plugin, buttons in the publish panel in Gutenberg editor remain in english.
Calling wp_set_script_translations with the editor script handle and the plugin textdomain fix the issue.
wp_set_script_translations
@enricobattocchi This fix is not released yet, right? By the way, other strings are also affected, e.g. the “Republish” button and the message below.
Even after downloading translations for the plugin, buttons in the publish panel in Gutenberg editor remain in english.
Calling
wp_set_script_translations
with the editor script handle and the plugin textdomain fix the issue.