Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Nov 28, 2024
1 parent 2f1ef11 commit 71749ff
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -43,6 +43,14 @@
"fa": "منبع"
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_LABELE",
"generate_name": "label",
"text": {
"en": "label",
"fa": "برچسب"
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT",
"generate_name": "repeat",
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="UTF-8">
</head>
<body>
<label for="input">نام</label>
<input id="input"></input>
</body>
</html>
Empty file added script.js
Empty file.
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 @@ -11,6 +11,8 @@ ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_CONTENT, "CONTENT", "content

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_SRC, "SRC", "src", "src", "منبع")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_LABELE, "LABELE", "labele", "label", "برچسب")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_REPEAT, "REPEAT", "repeat", "repeat", "تکرار")

ADD_LAYOUT_ATTRIBUTE_TYPE(AST_LAYOUT_ATTRIBUTE_TYPE_DIR, "DIR", "dir", "dir", "جهت")
Expand Down
Empty file added style.css
Empty file.

0 comments on commit 71749ff

Please sign in to comment.