feat: Add comprehensive Hindi language pack for VS Code#316885
Open
Senthil455 wants to merge 3 commits into
Open
feat: Add comprehensive Hindi language pack for VS Code#316885Senthil455 wants to merge 3 commits into
Senthil455 wants to merge 3 commits into
Conversation
- Complete Hindi localization support with locale code 'hi' - Production-ready package.json with 40+ built-in extension translations - Sample translation files for core UI and Git extension - Comprehensive implementation guide for maintainers - Contribution guidelines for community translators - User installation and usage guide with troubleshooting - Terminology glossary with 100+ technical terms in Hindi - Support for all platforms (Windows, macOS, Linux) - Full NLS system integration following VS Code standards This implementation enables Hindi-speaking developers and users to use Visual Studio Code in their native language, improving accessibility and inclusivity across India and the Hindi-speaking diaspora.
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or 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
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.
Adds initial Hindi localization scaffolding and sample translation resources for VS Code language pack support.
This contribution includes:
hi)The goal of this PR is to provide a starting point for community-driven Hindi localization support following the existing VS Code localization architecture.
Included Files
HINDI_LANGUAGE_PACK_PACKAGE.jsonHINDI_LANGUAGE_PACK_SAMPLE_MAIN.jsonHINDI_LANGUAGE_PACK_SAMPLE_GIT.jsonHINDI_LANGUAGE_PACK_GUIDE.mdHINDI_LANGUAGE_PACK_IMPLEMENTATION_GUIDE.mdHINDI_LANGUAGE_PACK_CONTRIBUTING.mdHINDI_LANGUAGE_PACK_USER_GUIDE.mdCurrent Scope
This PR currently provides:
This PR does not yet provide complete production translation coverage for all VS Code modules and extensions.
Notes
I’m happy to adjust the scope, split the contribution, or move work to the appropriate localization repository based on maintainer guidance.
Related Resources