Skip to content

Commit

Permalink
Adds import for internationalization (#53504)
Browse files Browse the repository at this point in the history
* Adds import for internationalization

Example is missing internationalization import

* Update docs/how-to-guides/block-tutorial/block-supports-in-dynamic-blocks.md

---------

Co-authored-by: Fabian Kägy <[email protected]>
  • Loading branch information
rtro92 and fabiankaegy authored Aug 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 92b0e12 commit 908bc4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ import {
ColorPalette,
InspectorControls,
} from '@wordpress/block-editor';
import { __ } from '@wordpress/i18n';

registerBlockType( 'gutenberg-examples/example-dynamic', {
apiVersion: 3,

0 comments on commit 908bc4a

Please sign in to comment.