Skip to content

Commit 7615586

Browse files
committed
fix: add default translations
1 parent c89705c commit 7615586

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/pluggableWidgets/datagrid-web/src/Datagrid.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,17 @@
397397
<propertyGroup caption="Captions">
398398
<property key="selectedCountTemplateSingular" type="textTemplate" required="false">
399399
<caption>Row count singular</caption>
400-
<description>Must include '%d' to denote number position ('%d row selected')</description>
400+
<description>Must include '%d' to denote number position</description>
401+
<translations>
402+
<translation lang="en_US">%d row selected</translation>
403+
</translations>
401404
</property>
402405
<property key="selectedCountTemplatePlural" type="textTemplate" required="false">
403406
<caption>Row count plural</caption>
404-
<description>Must include '%d' to denote number position ('%d rows selected')</description>
407+
<description>Must include '%d' to denote number position</description>
408+
<translations>
409+
<translation lang="en_US">%d rows selected</translation>
410+
</translations>
405411
</property>
406412
<property key="selectAllText" type="textTemplate">
407413
<caption>Select all text</caption>

0 commit comments

Comments
 (0)