Adding Multi Language Support to Documentation #484
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces multi-language support for the project's documentation, aiming to improve accessibility and reach for a global audience. Each supported language has its own dedicated
READMEfile.Warning
The languages having not been added here can be suggested in the issue #468 or directly in this PR. The PR description will be up to date with the requested Languages and the the assignees. If you want to work on a language, please write it under this PR and you will be assigned.
Implementation Details
Separate README files have been created for each supported language.
A language switcher has been added at the top of each README to easily navigate between versions.
This structure allows future contributors to easily add new languages without impacting existing content.
Directory Structure
. ├── README.md └── .github └── READMES ├── README.de.md ├── README.es.md ├── README.fr.md └── README.hi.mdSupported Languages
README.md).github/READMES/README.hi.md) add README.hi.md #479.github/READMES/README.fr.md) Multi Language Support: French README file #487.github/READMES/README.de.md) Multi Language Support: German README file #490.github/READMES/README.es.md)What to do after that ?
readme-format.shscript to handle the language changescloses #468