Details
Description
Doctrine_Inflector::unaccent does not know about the norwegian accent characters æøåÆØÅ so when sluggable is making slugs it ends up splitting words
"Møte" is turned into 'm-te' instead of 'mote' which is more apropriate
Doctrine_Inflector::unaccent does not know about the norwegian accent characters æøåÆØÅ so when sluggable is making slugs it ends up splitting words
"Møte" is turned into 'm-te' instead of 'mote' which is more apropriate
Sory, the patch had a little typo. I forgot to add a , after the previously last entry in the array.