2 comments (2 comments)3 reactions (3 reactions)0 assignees (0 assignees)JavaScript2,691 stars (2,691 stars)85 forks (85 forks)user submission
enhancementhelp wanted
Description
I want use it with chinese language, so can it support?
Contributor guide
- Tech stack
- javascript
- Domain
- localization
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- JavaScript basicsUnderstanding of slugification
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue requests Chinese language support but lacks details. Clarify which Chinese characters (simplified, traditional) are needed. Investigate the slugify architecture: it uses a character map for Latin scripts; for CJK, a transliteration to pinyin may be required. Review existing PRs or issues in the repo for reference. Keep the change localized to the main slugify function.