Skip to content

Bangla Language Convert to slug #197

@SaifullaJubair

Description

@SaifullaJubair

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

  1. 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

Image

Expected Behavior

Bangla text should be converted into a readable, SEO-friendly slug using transliteration instead of being ignored or broken.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions