Skip to content

Commit 59cc38e

Browse files
authored
Merge pull request #694 from lowcoder-org/dev
Add Icon Comp Texts in Language Files
2 parents 928c085 + 878dfaa commit 59cc38e

File tree

1 file changed

+5
-1
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+5
-1
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,11 @@ export const en = {
948948

949949
"responsiveLayoutCompName": "Responsive Layout",
950950
"responsiveLayoutCompDesc": "A layout component designed to adapt and respond to different screen sizes and devices, ensuring a consistent user experience.",
951-
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size"
951+
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size",
952+
953+
"iconCompName": "Icons",
954+
"iconCompDesc": "Use various Icons to enhance the visual appeal and user experience of your application.",
955+
"iconCompKeywords": "Icons, pictograms, symbols, shapes",
952956
},
953957

954958

0 commit comments

Comments
 (0)