Add multilingual README translations #75
Aarif-creator
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Proposal
Summary
Add multilingual versions of the project's README, starting with Hindi, Urdu, and Punjabi. The English README would remain the primary documentation, while translated versions would help make the project more accessible to a broader audience.
Background and motivation
English is the standard language for most open source projects, but many developers and students are more comfortable learning in their native language. For some users, language can be a barrier to understanding installation steps, features, and project goals.
Adding translated README files would improve accessibility without changing the existing documentation. It would also make it easier for new users to discover, understand, and contribute to the project.
I am a native speaker of Hindi, Urdu, and Punjabi, and I am willing to create and maintain these translations to keep them aligned with the English README.
Goals
Example
README.md # English (default)
README.hi.md # Hindi
README.ur.md # Urdu
README.pa.md # Punjabi
The main
README.mdcould include a simple language selector linking to each translated version.All reactions