Skip to content

Commit

Permalink
[wcml-4742] Add missing block configuration for WC Cart and WC Checkout
Browse files Browse the repository at this point in the history
This configuration is based on WooCommerce version `9.0.1`.

https://onthegosystems.myjetbrains.com/youtrack/issue/wcml-4742/
  • Loading branch information
strategio committed Jun 24, 2024
1 parent d9f6a73 commit b7d8fb8
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion woocommerce-multilingual/wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,31 @@
<key name="woocommerce_checkout_terms_and_conditions_checkbox_text" />
</admin-texts>
<gutenberg-blocks>
<gutenberg-block type="woocommerce/checkout-contact-information-block" translate="1">
<key name="title" />
<key name="description" />
</gutenberg-block>
<gutenberg-block type="woocommerce/checkout-shipping-address-block" translate="1">
<key name="title" />
<key name="description" />
</gutenberg-block>
<gutenberg-block type="woocommerce/checkout-shipping-methods-block" translate="1">
<key name="title" />
<key name="description" />
</gutenberg-block>
<gutenberg-block type="woocommerce/checkout-payment-block" translate="1">
<key name="title" />
<key name="description" />
</gutenberg-block>
<gutenberg-block type="woocommerce/checkout-terms-block" translate="1">
<key name="text" />
</gutenberg-block>
<gutenberg-block type="woocommerce/cart-order-summary-heading-block" translate="1">
<key name="content" />
</gutenberg-block>
<gutenberg-block type="woocommerce/proceed-to-checkout-block" translate="1">
<key name="buttonLabel" />
</gutenberg-block>
<gutenberg-block type="woocommerce/product-search" translate="1">
<xpath>//*[contains(@class, "wc-block-product-search__label")]</xpath>
<xpath>//*[contains(@class, "wc-block-product-search__field")]/@placeholder</xpath>
Expand All @@ -170,4 +195,4 @@
<gutenberg-block type="woocommerce/reviews-by-product" translate="0"></gutenberg-block>
<gutenberg-block type="woocommerce/reviews-by-category" translate="0"></gutenberg-block>
</gutenberg-blocks>
</wpml-config>
</wpml-config>

0 comments on commit b7d8fb8

Please sign in to comment.