Skip to content

Commit 59ea31d

Browse files
committed
Undo titles translation
1 parent 86892b1 commit 59ea31d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/sidebarLearn.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,31 +130,31 @@
130130
"tags": ["intermediate"],
131131
"routes": [
132132
{
133-
"title": "الاستجابة للمدخلات باستخدام الحالة",
133+
"title": "Reacting to Input with State",
134134
"path": "/learn/reacting-to-input-with-state"
135135
},
136136
{
137-
"title": "اختيار هيكل الحالة",
137+
"title": "Chossing the State Structure",
138138
"path": "/learn/choosing-the-state-structure"
139139
},
140140
{
141-
"title": "مشاركة الحالة بين المكونات",
141+
"title": "Sharing State Between Components",
142142
"path": "/learn/sharing-state-between-components"
143143
},
144144
{
145-
"title": "حفظ وإعادة تعيين الحالة",
145+
"title": "Preserving and Resetting State",
146146
"path": "/learn/preserving-and-resetting-state"
147147
},
148148
{
149-
"title": "استخلاص منطق الحالة إلى مخفض (reducer)",
149+
"title": "Extracting State Logic Into a Reducer",
150150
"path": "/learn/extracting-state-logic-into-a-reducer"
151151
},
152152
{
153-
"title": "تمرير البيانات إلى عمق باستخدام السياق (context)",
153+
"title": "Passing Data Deeply with Context",
154154
"path": "/learn/passing-data-deeply-with-context"
155155
},
156156
{
157-
"title": "التوسع بواسطة المخفض (reducer) و السياق (context)",
157+
"title": "Scaling Up with Reducer and Context",
158158
"path": "/learn/scaling-up-with-reducer-and-context"
159159
}
160160
]

0 commit comments

Comments
 (0)