Skip to content

Commit bf2106e

Browse files
author
Sabbir Ahmed
committed
fix translation and spelling
1 parent 962f4c8 commit bf2106e

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

data/alpinejs-cheat-sheet.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"id": "alpine-js-cheat-sheet",
3-
"title": "আলপাইন.জেএস",
3+
"title": "আলপাইন জেএস",
44
"slug": "alpine-js-cheat-sheet",
5-
"description": "আলপাইন.জেএস চিটশিট",
5+
"description": "আলপাইন জেএস চিটশিট",
66
"colorPref": "#78C1D2",
77
"contents": [{
88
"title": "Attributes",
9-
"items": [{
9+
"items": [
10+
{
1011
"definition": "HTML এর একটি ব্লকের জন্য একটি নতুন আলপাইন কম্পোনেন্ট এবং এর ডেটা ঘোষণা করুন",
1112
"code": "x-data"
1213
},
@@ -74,7 +75,8 @@
7475
},
7576
{
7677
"title": "Properties",
77-
"items": [{
78+
"items": [
79+
{
7880
"definition": "Alpine.store (...) ব্যবহার করে নিবন্ধিত একটি বৈশ্বিক স্টোরে প্রবেশ করুন",
7981
"code": "$store"
8082
},
@@ -102,7 +104,8 @@
102104
},
103105
{
104106
"title": "মেথড",
105-
"items": [{
107+
"items": [
108+
{
106109
"definition": "একটি ডেটা অবজেক্ট পুনরায় ব্যবহার করুন এবং এক্স-ডেটা ব্যবহার করে এটি উল্লেখ করুন",
107110
"code": "Alpine.data"
108111
},

data/astrojs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "astro-js",
3-
"title": "Astro JS জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক",
3+
"title": "এস্ট্রোজেএস - জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক",
44
"slug": "astro-js",
55
"description": "Astro JS জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক এর চিটশিট। যা একটি স্ট্যাটিক এইচটিএমএল এবং কম জাভাস্ক্রিপ্ট প্রিয় ফ্রেমওয়ার্ক",
66
"colorPref": "#61209A",

data/asynchronous.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "asynchronous",
3-
"title": "Asynchronous JavaScript",
3+
"title": "এসিক্রনাস জাভাস্ক্রিপ্ট",
44
"slug": "asynchronous",
55
"descripttion":"asynchronous কি এবং এটা কিভাবে কাজ করে",
66
"colorPref": "#000",

0 commit comments

Comments
 (0)