Bangla Language Convert to slug
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Description
When converting Bangla (Bengali) text into a slug using slugify, the output does not generate an expected transliterated slug. Instead, it either returns an empty string or improperly formatted characters.
Steps to Reproduce
- Run the following code:
const slugify = require("slugify"); console.log(slugify("বাংলা ভাষা পরীক্ষা"));
Expected output:
A transliterated slug such as bangla-bhasha-porikkha
Actual Output
slug: Empty String
Expected Behavior
Bangla text should be converted into a readable, SEO-friendly slug using transliteration instead of being ignored or broken.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported result with the JavaScript slugify("বাংলা ভাষা পরীক্ষা") snippet and inspect the repository's conversion path; the issue names no files or tests. Done means Bangla input produces a readable transliterated slug such as bangla-bhasha-porikkha without empty or malformed output, with coverage for this example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100