config ln array changed

This commit is contained in:
Al Murad Uzzaman
2024-05-16 17:11:25 +06:00
parent 97d6f22dcb
commit c137b8afcd
24 changed files with 200 additions and 362 deletions
+17 -42
View File
@@ -1,42 +1,17 @@
[
{
"id": "get_started",
"translation": "Get Started"
},
{
"id": "read_more",
"translation": "Read More"
},
{
"id": "full_name",
"translation": "Full Name"
},
{
"id": "working_mail",
"translation": "Working Mail"
},
{
"id": "anything_else",
"translation": "Anything else?"
},
{
"id": "contact_message_placeholder",
"translation": "Message goes here..."
},
{
"id": "submit",
"translation": "Submit"
},
{
"id": "page_not_found",
"translation": "Page Not Found"
},
{
"id": "page_not_found_content",
"translation": "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable."
},
{
"id": "back_to_home",
"translation": "Back to home"
}
]
{
"full_name": "Full Name",
"full_name_placeholder": "Enter your full name",
"mail": "Work Email",
"mail_placeholder": "john.doe@email.com",
"message": "Anything else?",
"message_placeholder": "Your message here...",
"submit": "Submit",
"read_more": "Read More",
"page_not_found": "Page Not Found",
"working_mail": "Work Email",
"anything_else": "Anything else?",
"contact_message_placeholder": "Your message here...",
"page_not_found_content": "The page you are looking for may have been removed, renamed, or is temporarily unavailable.",
"back_to_home": "Back to Home",
"get_started": "Get Started"
}