From 4a46805d0f37f9eecf3baeaffdd97aab74b16d6d Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Tue, 23 Jul 2024 20:24:08 +0200 Subject: [PATCH] Fix: [i18n] String in dist/js/admin/block-filters.js:1234 is not displayed translated (#910) --- includes/core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/core.php b/includes/core.php index 2e8c35b5..c337d80a 100755 --- a/includes/core.php +++ b/includes/core.php @@ -368,6 +368,8 @@ function block_editor_assets() { ) ); + wp_set_script_translations( 'go-block-filters', 'go' ); + } /**