<wpml-config>
	<!--
		Tells WPML which of the blocks' fields hold text a translator should edit. Without this,
		the pricing cards appear in the Translation Editor with no editable content, because the
		copy lives in block attributes rather than in the post body.

		Prices, currency codes, product/option codes and the cart template are deliberately absent —
		they're data, not copy, and must stay identical across languages.
	-->
	<gutenberg-blocks>
		<gutenberg-block type="bw-2checkout-pricing/pricing" translate="1">
			<key name="title" />
			<key name="ribbonTitle" />
			<key name="buttonLabel" />
			<key name="perMonth" />
			<key name="annualText" />
			<key name="footerTitle" />
			<key name="footerLines" />
		</gutenberg-block>

		<gutenberg-block type="bw-2checkout-pricing/controls" translate="1">
			<key name="label" />
		</gutenberg-block>
	</gutenberg-blocks>
</wpml-config>
