You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/components/locale/dictionary.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,16 +107,16 @@ export const dictionary = {
107
107
ar: "أرغب في البرمجة ، من أين أبدأ؟",
108
108
},
109
109
"faq-topic-2-answer-2": {
110
-
en: `Go to [/Contribute](/Contribute) page, you will see a list of projects with available tasks for you to pick from whatever you like and start programming 🔥.`,
111
-
ar: `انتقل إلى صفحة [المساهمة](/Contribute) ، سترى قائمة بالمشاريع بالمهام المتاحة لتختار منها ما تريد وتبدأ البرمجة 🔥.`,
110
+
en: `Go to [/contribute](/contribute) page, you will see a list of projects with available tasks for you to pick from whatever you like and start programming 🔥.`,
111
+
ar: `انتقل إلى صفحة [المساهمة](/contribute) ، سترى قائمة بالمشاريع بالمهام المتاحة لتختار منها ما تريد وتبدأ البرمجة 🔥.`,
112
112
},
113
113
"faq-topic-2-question-3": {
114
114
en: "I like the idea, what are the different ways I can contribute to DzCode i/o ?",
115
115
ar: "تعجبني الفكرة ، ما هي الطرق المختلفة التي يمكنني من خلالها المساهمة في DzCode i/o؟",
116
116
},
117
117
"faq-topic-2-answer-3": {
118
118
en: `
119
-
Besides the open tasks on [/Contribute](/Contribute) page, you can also contribute to DzCode i/o by:
119
+
Besides the open tasks on [/contribute](/contribute) page, you can also contribute to DzCode i/o by:
120
120
121
121
- Adding your open-source projects to the dzcode.io website.
0 commit comments