feat/added Sindhi language support (sd) #1310
Open
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.
Summary
Introduces Sindhi language localization to Lingo.dev, extending accessibility to over 35 million Sindhi speakers globally.
Overview of Changes
Added "sd" locale entry to i18n.json
Created new Sindhi translation file at readme/sd.md
Updated the primary README to include Sindhi in the supported language list
Implementation Details
Mirrors the approach used for existing languages such as Hindi and Bengali
Leverages the CLDR framework for accurate Sindhi locale validation
No new dependencies introduced and no breaking changes
Clean, focused update — minimal code surface touched
Testing & Verification
✅ Verified locale identifiers (sd, sd-IN) function correctly
✅ CLI builds and runs successfully
✅ Sindhi README translation completed (~5.6k characters)
✅ Adheres to all repository formatting and contribution guidelines
Impact
Expands Lingo.dev’s reach to the Sindhi-speaking community
Strengthens multilingual inclusivity and project scalability
Fully production-ready with zero regression risk
Fixes #1303