Skip to content

Commit

Permalink
[wpmlpb-547] Allow translating Previous and Next navigation labels
Browse files Browse the repository at this point in the history
Allow translating Previous and Next navigation labels for Patterns
https://onthegosystems.myjetbrains.com/youtrack/issue/wpmlpb-547
  • Loading branch information
andrescifuentesr authored and strategio committed Nov 20, 2024
1 parent 017f7d5 commit 122f933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sitepress-multilingual-cms/wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,11 @@
<gutenberg-block type="core/social-link" translate="1">
<key name="url" type="link" />
</gutenberg-block>
<gutenberg-block type="core/query-pagination-previous" translate="1">
<key name="label" />
</gutenberg-block>
<gutenberg-block type="core/query-pagination-next" translate="1">
<key name="label" />
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>

0 comments on commit 122f933

Please sign in to comment.