Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustment for Portuguese-brazil rules #254

Open
tenq opened this issue Jan 7, 2020 · 1 comment
Open

Adjustment for Portuguese-brazil rules #254

tenq opened this issue Jan 7, 2020 · 1 comment

Comments

@tenq
Copy link

tenq commented Jan 7, 2020

In https://github.com/cocur/slugify/blob/master/Resources/rules/portuguese-brazil.json (line 66) and https://github.com/cocur/slugify/blob/master/src/RuleProvider/DefaultRuleProvider.php (line 8081), adjust for correct caracter:

Instead: 'é' => 'é',
Use: 'é' => 'e',

@florianeckerstorfer
Copy link
Member

@tenq Could you create a PR for this? If you need any help please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants