simov / simov/slugify

Swedish language

Open
#148 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
JavaScript
Stars
1.7k
Forks
142
PR merge metrics
No merged PRs in 30d

Description

Since Im a newbie I dont know if its a bug or not, or me missing something.

But the pages created gets another nameconvention than my links(slug)
ÅÖ works, but Å(å) which should get AA(aa) but my pages only gets A(a) and the slug(url) gets the AA(aa)

Is this a bug or Im doing something wrong?
Or should I enter localcode somewhere in slugify.js to have it make my pages with the swedish letters aswell?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Swedish Å/å case and inspect slugify.js, which the issue identifies as the possible change point. Compare the generated page name with the slug and clarify the expected transliteration; done means the page name and URL use the intended Swedish mapping consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
localization
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.