Skip to content

Commit 4652e69

Browse files
committedDec 16, 2024··
fix: WC textdomain
1 parent c9de725 commit 4652e69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

Diff for: ‎src/Oblak-WooCommerce/ruleset.xml

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
-->
88
<rule ref="WooCommerce"/>
99

10+
<rule ref="WordPress.WP.I18n">
11+
<properties>
12+
<property name="text_domain" type="array" extend="true">
13+
<element value="woocommerce"/>
14+
</property>
15+
</properties>
16+
</rule>
17+
1018
<!--
1119
#############################################################################
1220
Custom overrides

0 commit comments

Comments
 (0)
Please sign in to comment.