|
76 | 76 | {
|
77 | 77 | link: "/kb/how-contribute-support-forum",
|
78 | 78 | text: gettext(
|
79 |
| - "Learn more about forum contribution" |
| 79 | + "Learn more about forum contribution", |
80 | 80 | ),
|
81 | 81 | },
|
82 | 82 | ],
|
83 | 83 | ],
|
84 | 84 | fact: {
|
85 | 85 | number: gettext("1 → 1000"),
|
86 | 86 | text: gettext(
|
87 |
| - "Solving one issue helps up to 1000 users a day" |
| 87 | + "Solving one issue helps up to 1000 users a day", |
88 | 88 | ),
|
89 | 89 | },
|
90 | 90 | }}
|
|
123 | 123 | {
|
124 | 124 | link: "/contributors/kb-overview",
|
125 | 125 | text: gettext(
|
126 |
| - "Explore the Knowledge Base Dashboard" |
| 126 | + "Explore the Knowledge Base Dashboard", |
127 | 127 | ),
|
128 | 128 | },
|
129 | 129 | ],
|
|
132 | 132 | {
|
133 | 133 | link: "",
|
134 | 134 | text: gettext(
|
135 |
| - "Check the Needs Update column and start editing articles!" |
| 135 | + "Check the Needs Update column and start editing articles!", |
136 | 136 | ),
|
137 | 137 | },
|
138 | 138 | ],
|
|
147 | 147 | fact: {
|
148 | 148 | number: gettext("400 → 70+"),
|
149 | 149 | text: gettext(
|
150 |
| - "One article can be viewed by 400 million users and translated into 70+ languages" |
| 150 | + "One article can be viewed by 400 million users and translated into 70+ languages", |
151 | 151 | ),
|
152 | 152 | },
|
153 | 153 | }}
|
|
156 | 156 | <h2>{gettext("Share your wisdom with the world!")}</h2>
|
157 | 157 | <p>
|
158 | 158 | {gettext(
|
159 |
| - "If you like writing and teaching, then the Knowledge Base (KB) is the place for you. We need contributors that can write, edit or proofread articles in English. Thousands of people are accessing our Knowledge Base every week. Imagine how many will be helped by you!" |
| 159 | + "If you like writing and teaching, then the Knowledge Base (KB) is the place for you. We need contributors that can write, edit or proofread articles in English. Thousands of people are accessing our Knowledge Base every week. Imagine how many will be helped by you!", |
160 | 160 | )}
|
161 | 161 | </p>
|
162 | 162 | </Area>
|
|
180 | 180 | {
|
181 | 181 | link: "/kb/locales",
|
182 | 182 | text: gettext(
|
183 |
| - "Check if your locale is available and go to your localization dashboard" |
| 183 | + "Check if your locale is available and go to your localization dashboard", |
184 | 184 | ),
|
185 | 185 | },
|
186 | 186 | ],
|
|
196 | 196 | {
|
197 | 197 | link: "/kb/how-contribute-article-localization",
|
198 | 198 | text: gettext(
|
199 |
| - "Learn more about localization contribution" |
| 199 | + "Learn more about localization contribution", |
200 | 200 | ),
|
201 | 201 | },
|
202 | 202 | ],
|
203 | 203 | ],
|
204 | 204 | fact: {
|
205 | 205 | number: gettext("400 → 70+"),
|
206 | 206 | text: gettext(
|
207 |
| - "One article can be viewed by 400 million users and translated into 70+ languages" |
| 207 | + "One article can be viewed by 400 million users and translated into 70+ languages", |
208 | 208 | ),
|
209 | 209 | },
|
210 | 210 | }}
|
|
215 | 215 | </h2>
|
216 | 216 | <p>
|
217 | 217 | {gettext(
|
218 |
| - "Help articles are not available in your language yet? You want to join the amazing team translating them? You will help millions of users in your language. Pretty heroic, right?" |
219 |
| - )} |
220 |
| - </p> |
221 |
| - </Area> |
222 |
| - </Route> |
223 |
| - <Route path="social" let:location> |
224 |
| - <Area |
225 |
| - area={gettext("Social support")} |
226 |
| - images={[imgDotsPng, imgDotsWebp, imgDots2xWebp]} |
227 |
| - {location} |
228 |
| - steps={{ |
229 |
| - steps: [ |
230 |
| - [ |
231 |
| - Linkable, |
232 |
| - { |
233 |
| - link: "/kb/social-support-guidelines", |
234 |
| - text: gettext("Learn the basic guidelines"), |
235 |
| - }, |
236 |
| - ], |
237 |
| - [ |
238 |
| - Linkable, |
239 |
| - { |
240 |
| - link: "https://bit.ly/conversocial-sign-up", |
241 |
| - text: gettext("Request access to Conversocial"), |
242 |
| - }, |
243 |
| - ], |
244 |
| - [ |
245 |
| - Linkable, |
246 |
| - { |
247 |
| - link: "", |
248 |
| - text: gettext( |
249 |
| - "Start replying from @FirefoxSupport!" |
250 |
| - ), |
251 |
| - }, |
252 |
| - ], |
253 |
| - [ |
254 |
| - Linkable, |
255 |
| - { |
256 |
| - link: "/kb/how-contribute-social-support", |
257 |
| - text: gettext( |
258 |
| - "Learn more about social support contribution" |
259 |
| - ), |
260 |
| - }, |
261 |
| - ], |
262 |
| - ], |
263 |
| - fact: { |
264 |
| - number: gettext("1 → 300+"), |
265 |
| - text: gettext( |
266 |
| - "Help 300+ users who reach out for support on Twitter every month" |
267 |
| - ), |
268 |
| - }, |
269 |
| - }} |
270 |
| - > |
271 |
| - <h1>{gettext("Support users on social media")}</h1> |
272 |
| - <h2> |
273 |
| - {gettext("Let’s help people so they can keep using Firefox!")} |
274 |
| - </h2> |
275 |
| - <p> |
276 |
| - {gettext( |
277 |
| - "Many users ask support questions on social media. With social support, you can help them by reply to their questions from our official account, @FirefoxSupport. Pretty cool, right?" |
278 |
| - )} |
279 |
| - </p> |
280 |
| - </Area> |
281 |
| - </Route> |
282 |
| - <Route path="store" let:location> |
283 |
| - <Area |
284 |
| - area={gettext("Mobile Store support")} |
285 |
| - images={[imgHandsPng, imgHandsWebp, imgHands2xWebp]} |
286 |
| - {location} |
287 |
| - steps={{ |
288 |
| - steps: [ |
289 |
| - [ |
290 |
| - Linkable, |
291 |
| - { |
292 |
| - link: "/kb/get-started-mobile-support", |
293 |
| - text: gettext("Learn the basic guidelines"), |
294 |
| - }, |
295 |
| - ], |
296 |
| - [ |
297 |
| - Linkable, |
298 |
| - { |
299 |
| - link: "https://bit.ly/conversocial-sign-up", |
300 |
| - text: gettext("Request access to Conversocial"), |
301 |
| - }, |
302 |
| - ], |
303 |
| - [ |
304 |
| - Linkable, |
305 |
| - { |
306 |
| - link: "", |
307 |
| - text: gettext("Start replying to app reviews!"), |
308 |
| - }, |
309 |
| - ], |
310 |
| - [ |
311 |
| - Linkable, |
312 |
| - { |
313 |
| - link: "/kb/how-contribute-mobile-support-start-here", |
314 |
| - text: gettext( |
315 |
| - "Learn more about mobile store support contribution" |
316 |
| - ), |
317 |
| - }, |
318 |
| - ], |
319 |
| - ], |
320 |
| - fact: { |
321 |
| - number: gettext("1 → 20k+"), |
322 |
| - text: gettext( |
323 |
| - "Help 20K+ users who leave reviews in mobile store every month" |
324 |
| - ), |
325 |
| - }, |
326 |
| - }} |
327 |
| - > |
328 |
| - <h1>{gettext("Support Firefox users on mobile store")}</h1> |
329 |
| - <h2> |
330 |
| - {gettext( |
331 |
| - "Help us respond to app reviews for our mobile products!" |
332 |
| - )} |
333 |
| - </h2> |
334 |
| - <p> |
335 |
| - {gettext( |
336 |
| - "Smartphones are taking over the world. Nowdays, many people prefer to app reviews instead of going to the support forum. By joining, you can help them by replying to their reviews from the comfort of your desk. Pretty simple, right?" |
| 218 | + "Help articles are not available in your language yet? You want to join the amazing team translating them? You will help millions of users in your language. Pretty heroic, right?", |
337 | 219 | )}
|
338 | 220 | </p>
|
339 | 221 | </Area>
|
|
0 commit comments