From b18fc174f82c8efd41963b302d6aaa1b54c40c75 Mon Sep 17 00:00:00 2001 From: Ravi Dwivedi <ravi@anche.no> Date: Tue, 20 Sep 2022 18:11:07 +0530 Subject: [PATCH] Update projects page. --- website/content/english/projects.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/website/content/english/projects.md b/website/content/english/projects.md index 154c22d..0130398 100644 --- a/website/content/english/projects.md +++ b/website/content/english/projects.md @@ -12,13 +12,13 @@ Here is a list of projects proposed by mentors for the 2022 version of the camp <th>Mentor</th> </tr> <tr> - <td>Localization</td> - <td>To be added.</td> + <td>Localization of LibreOffice</td> + <td>This project will teach how to use <a href="https://translations.documentfoundation.org/">weblate</a> to translate <a href="https://libreoffice.org">LibreOffice</a> UI in your language.</td> <td>Sophie Gautier, <a href="https://www.documentfoundation.org/">The Document Foundation</a></td> </tr> <tr> <td>Quality Assurance for <a href="https://libreoffice.org">LibreOffice</a></td> - <td>To be added.</td> + <td>You will learn to analyse LibreOffice bug reports, starting from the basics and working your way to advanced techniques.</td> <td>Ilmari Lauhakangas, <a href="https://www.documentfoundation.org/">The Document Foundation</a></td> </tr> <tr> @@ -26,6 +26,11 @@ Here is a list of projects proposed by mentors for the 2022 version of the camp <td>This project will teach how to create static sites in <a href="https://gohugo.io">Hugo</a>.</td> <td><a href="https://ravidwivedi.in">Ravi Dwivedi</a></td> </tr> + <tr> + <td>C++ development for LibreOffice. </td> + <td>Learn how to contribute to the core code of LibreOffice.</td> + <td>Ilmari Lauhakangas and Hossein Nourikhah, <a href="https://www.documentfoundation.org/">The Document Foundation</a></td> + </tr> </table> Note: We might get more projects as the mentor registrations <a href="/mentors">are still open</a>. -- GitLab