Skip to content

Translating exiting files (any language allowed) #633

@shhossain

Description

@shhossain

I've decided to add translation of existing files into different languages.

How to Add Translation:

  1. 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.
  2. 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.

  3. Modify the hyperlinks for the added language accordingly.

Adding a New Language:

To add a new language, follow these steps:

  1. 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>
  1. 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 ]

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions