-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest 2023hacktoberfest 2023help wantedExtra attention is neededExtra attention is needed
Description
I've decided to add translation of existing files into different languages.
How to Add Translation:
-
In the main readme, if the desired language is not available, follow these steps:
- Add a new section for the language. For example, if you want to add a Hindi translation, follow the steps below.
-
Add a language code to the existing file. For instance, if the file name is "readme.md," change it to "readme_hi.md" for Hindi language.
-
Modify the hyperlinks for the added language accordingly.
Adding a New Language:
To add a new language, follow these steps:
- Go to the main readme where you will find the language section, which may look like this:
<h4 align="center">
<p>
<b>English</b> |
<a href="https://github.com/shhossain/computer_science/blob/main/README_bn.md">বাংলা</a>
</p>
</h4>
- To add your language (e.g., Hindi), modify it as follows:
<h4 align="center">
<p>
<b>English</b> |
<a href="https://github.com/shhossain/computer_science/blob/main/README_bn.md">বাংলা</a> |
<a href="https://github.com/shhossain/computer_science/blob/main/README_hi.md">Hindi</a>
</p>
</h4>
PRs:
Currently Working [ Not updated regularly. Check if it's already added in the main branch ]
- Tamil (@Rathish-Rajendran) added new readme in tamil #650 [5% complete]
- Español (@Wandererr01) I have added Spanish (español) as a language and translated the contents table and headings #635 [1% complete]
- Français(@exrol) French translation #637 [2% complete]
- ગુજરાતી(@anubhav1450) added new readme in gujarati #655 [5% complete]
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest 2023hacktoberfest 2023help wantedExtra attention is neededExtra attention is needed