Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Nov 28, 2024
1 parent cc94b66 commit 6488301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/json/layout/attribute/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@
"fa": "مقدار"
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_FOR",
"generate_name": "for",
"text": {
"en": "for",
"fa": "برای"
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_PLACEHOLDER",
"generate_name": "placeholder",
Expand Down
2 changes: 2 additions & 0 deletions src/generated-config/ast_layout_attribute_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_VIEWPORT, "VIEWPORT", "viewp

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_VALUE, "VALUE", "value", "value", "مقدار")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_FOR, "FOR", "for", "for", "برای")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_PLACEHOLDER, "PLACEHOLDER", "placeholder", "placeholder", "راهنما")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_REQUIRED, "REQUIRED", "required", "required", "اجباری")
Expand Down

0 comments on commit 6488301

Please sign in to comment.