File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
packages/pluggableWidgets/datagrid-web/src Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments