mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1134 from andrei-neacsu/2.4
Inflector transliteration for S, s, T, t with comma bellow
This commit is contained in:
commit
854f331094
1 changed files with 4 additions and 4 deletions
|
@ -204,10 +204,10 @@ class Inflector {
|
|||
'/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o',
|
||||
'/Ŕ|Ŗ|Ř/' => 'R',
|
||||
'/ŕ|ŗ|ř/' => 'r',
|
||||
'/Ś|Ŝ|Ş|Š/' => 'S',
|
||||
'/ś|ŝ|ş|š|ſ/' => 's',
|
||||
'/Ţ|Ť|Ŧ/' => 'T',
|
||||
'/ţ|ť|ŧ/' => 't',
|
||||
'/Ś|Ŝ|Ş|Ș|Š/' => 'S',
|
||||
'/ś|ŝ|ş|ș|š|ſ/' => 's',
|
||||
'/Ţ|Ț|Ť|Ŧ/' => 'T',
|
||||
'/ţ|ț|ť|ŧ/' => 't',
|
||||
'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U',
|
||||
'/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u',
|
||||
'/Ý|Ÿ|Ŷ/' => 'Y',
|
||||
|
|
Loading…
Reference in a new issue