mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Merge branch 'borantula-patch-1' into dev
This commit is contained in:
@@ -59,6 +59,9 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
|
|||||||
'í' => 'i',
|
'í' => 'i',
|
||||||
'ï' => 'i',
|
'ï' => 'i',
|
||||||
'î' => 'i',
|
'î' => 'i',
|
||||||
|
'ı' => 'i',
|
||||||
|
'İ' => 'i',
|
||||||
|
'ğ' => 'g',
|
||||||
'õ' => 'o',
|
'õ' => 'o',
|
||||||
'ò' => 'o',
|
'ò' => 'o',
|
||||||
'ó' => 'o',
|
'ó' => 'o',
|
||||||
@@ -72,6 +75,7 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
|
|||||||
'ç' => 'c',
|
'ç' => 'c',
|
||||||
'č' => 'c',
|
'č' => 'c',
|
||||||
'ć' => 'c',
|
'ć' => 'c',
|
||||||
|
'Ç' => 'c',
|
||||||
'ď' => 'd',
|
'ď' => 'd',
|
||||||
'ĺ' => 'l',
|
'ĺ' => 'l',
|
||||||
'ľ' => 'l',
|
'ľ' => 'l',
|
||||||
@@ -80,6 +84,8 @@ class InputfieldPageName extends InputfieldName implements ConfigurableModule {
|
|||||||
'ŕ' => 'r',
|
'ŕ' => 'r',
|
||||||
'ř' => 'r',
|
'ř' => 'r',
|
||||||
'š' => 's',
|
'š' => 's',
|
||||||
|
'ş' => 's',
|
||||||
|
'Ş' => 's',
|
||||||
'ť' => 't',
|
'ť' => 't',
|
||||||
'ý' => 'y',
|
'ý' => 'y',
|
||||||
'ž' => 'z',
|
'ž' => 'z',
|
||||||
|
Reference in New Issue
Block a user