Skip to content

Commit bd7e1d2

Browse files
committed
fix: add default text
1 parent f40d857 commit bd7e1d2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/pluggableWidgets/gallery-web/src/Gallery.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,17 @@
208208
</property>
209209
<property key="selectedCountTemplateSingular" type="textTemplate" required="false">
210210
<caption>Item count singular</caption>
211-
<description>Must include '%d' to denote number position ('%d item selected')</description>
211+
<description>Must include '%d' to denote number position</description>
212+
<translations>
213+
<translation lang="en_US">%d row selected</translation>
214+
</translations>
212215
</property>
213216
<property key="selectedCountTemplatePlural" type="textTemplate" required="false">
214217
<caption>Item count plural</caption>
215-
<description>Must include '%d' to denote number position ('%d items selected')</description>
218+
<description>Must include '%d' to denote number position</description>
219+
<translations>
220+
<translation lang="en_US">%d rows selected</translation>
221+
</translations>
216222
</property>
217223
</propertyGroup>
218224
</propertyGroup>

0 commit comments

Comments
 (0)