2017-07-23, 02:09:22
As for the third one, GS has built-in transliteration since 3.3.11 that should work for ç, ö and ü.
To make it work for the other characters, edit admin/lang/en_US.php and somewhere after this...
...insert this:
Let me know if it works, please. Also if you think there are any other characters that should be included.
To make it work for the other characters, edit admin/lang/en_US.php and somewhere after this...
Code:
"TRANSLITERATION" => array(
Code:
// Turkish
'ı'=>'i', 'ş'=>'s', 'ğ'=>'g',
'İ'=>'i', 'Ş'=>'s', 'Ğ'=>'g',
Let me know if it works, please. Also if you think there are any other characters that should be included.