1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 10:45:54 +02:00

Merge branch 'borantula-patch-1' into dev

This commit is contained in:
Ryan Cramer
2016-11-14 08:12:37 -05:00

View File

@@ -59,6 +59,9 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
'í' => 'i',
'ï' => 'i',
'î' => 'i',
'ı' => 'i',
'İ' => 'i',
'ğ' => 'g',
'õ' => 'o',
'ò' => 'o',
'ó' => 'o',
@@ -72,6 +75,7 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
'ç' => 'c',
'č' => 'c',
'ć' => 'c',
'Ç' => 'c',
'ď' => 'd',
'ĺ' => 'l',
'ľ' => 'l',
@@ -80,6 +84,8 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
'ŕ' => 'r',
'ř' => 'r',
'š' => 's',
'ş' => 's',
'Ş' => 's',
'ť' => 't',
'ý' => 'y',
'ž' => 'z',