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

[UtilitiesBundle] Changed Transliterator behavior to handle polish diacritics #490

Merged
merged 2 commits into from
Jun 18, 2015

Conversation

KubaRocks
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets

changed Transliterator behavior to handle polish diacritics

@@ -40,7 +40,8 @@ public function getSlugifyData()
array('een titel met spaties', '', 'een-titel-met-spaties'),
array('à partir d\'aujourd\'hui', null, 'a-partir-d-aujourd-hui'),
array('CaPs ShOulD be LoweRCasEd', null, 'caps-should-be-lowercased'),
array('áàäåéèëíìïóòöúùüñßæ', null, 'aaaaeeeiiiooouuunssae'),
array('áàäåéèëíìïóòöúùüñßæ', null, 'aaaaeeeiiiooouuunssae'),,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remote one of the ',' at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course... sorry for stupid mistake ... this was second pull request, because first I did in KunstmaanUtilitiesBundle... so this one I didn't test...

@krispypen
Copy link
Contributor

Can you have a look at the pull request guidelines? http://bundles.kunstmaan.be/documentation/contributing/pull-requests

Maybe having a look to the other PR's can help you

@KubaRocks
Copy link
Contributor Author

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none

@roderik roderik added this to the 3.2.0 milestone Jun 18, 2015
roderik pushed a commit that referenced this pull request Jun 18, 2015
changed Transliterator behavior to handle polish diacritics
@roderik roderik merged commit 75dc036 into Kunstmaan:master Jun 18, 2015
@roderik roderik changed the title changed Transliterator behavior to handle polish diacritics [UtilitiesBundle] Changed Transliterator behavior to handle polish diacritics Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants