Arabic Language
Open
Nobody has claimed this yet.
question
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
How can I slugify transform this:
السلام عليكم ورحمة الله وبركاته
Into this:
السلام-عليكم-ورحمة-الله-وبركاته
shall I add the Arabic characters to charmap.json as below ?
{
"أ": "أ",
"ب": "ب",
"ت": "ت",
"ث": "ث",
"ج": "ج",
"ح": "ح"
}
and so on ?
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
Start by reading charmap.json and the existing issue discussion about Arabic character mappings. Determine how the requested Arabic text should be represented in the slug, then verify that the example produces السلام-عليكم-ورحمة-الله-وبركاته without changing other slugification behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100