-
-
Notifications
You must be signed in to change notification settings - Fork 97.1k
Open
Labels
Description
🐞 Problem
- The translations table in docs/translations/Translations.md is not rendered correctly due to inconsistent Markdown table rows. (Specifically, the Javanese entry)
- The Kurdî entry currently does not include a link to a translated README file, although a relevent file (README.kr.md) exists.
🎯 Goal
The goal is to restore proper table formatting and corresponding relative links for languages so that all language entries render consistently and remain readable.
💡 Possible solutions
Normalize all rows in the translations table by:
- Align the image and the corrsponding title with translation file link in each row
- Adding missing | separators where required
Kindly assign this issue to me if it’s available. 🙌
I would like to work on this issue as my first contribution if its not already addressed
SUBHAJIT555