-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hindi Translation Support #1278
Merged
Merged
+118
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [x] devcontainer - [x] upgrade ruby (was 3.3.1, now 3.3.3) - [x] upgrade node (was 12, now 23) - [x] update README - [x] fix deprecated warnings about `script/bootstrap` - [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path 'vendor/gems'`, and stop using this flag - [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all` Signed-off-by: jmeridth <[email protected]>
Kindly only consider last commit. |
@KowshikaSinivasan thank you for your contribution. |
@jmeridth Since this is my first contribution, I made this mistake. |
jmeridth
reviewed
Dec 15, 2024
KowshikaSinivasan
force-pushed
the
main
branch
from
December 21, 2024 08:40
014abbd
to
3e0b3a5
Compare
jmeridth
approved these changes
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add Hindi Translation Support
Hindi is one of the most widely spoken languages in the world, with over 609.5 million speakers. It is the official language of India, a country with a population of over 1.4 billion people. Given its significance, it's essential to provide Hindi language support in digital platforms and applications to ensure accessibility for a large portion of the population.
By supporting Hindi translations, we can make the platform more inclusive and user-friendly for millions of people, improving accessibility and engagement.
This pull request includes the Hindi translation, ensuring that Hindi-speaking users can interact with the content comfortably in their native language.
Files or folders newly added:
1.hi.yml (_data/locales/hi.yml)
2.hi folder with files index.html,maintainer.html and buissness.html
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.