Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi - I need help

 

how add this code in Ultimate_SEO_URLSv22d_10

 

for support convert Russian to abc... etc

 

$cyrillic = array( "ж", "ё","й", "ю","ь", "ч", "щ","ц","у","к","е","н","г", "ш","з","х","ъ","ф","ы","в","а","п","р","о","л","д", "э", "я","с","м","и","т","б", "Ё","Й", "Ю", "Ч","Ь", "Щ","Ц","У","К","Е","Н","Г", "Ш","З","Х","Ъ","Ф","Ы","В","А","П","Р","О","Л","Д", "Ж", "Э", "Я","С","М","И","Т","Б"," ");

$translit = array("zh","yo","i","yu", "","ch","sh","c","u","k","e","n","g","sh","z","h", "","f","y","v","a","p","r","o","l","d","ye","ya","s","m","i","t","b","Yo","I","Yu","Ch", "","Sh","C","U","K","E","N","G","Sh","Z","H", "","F","Y","V","A","P","R","O","L","D","Zh","Ye","Ya","S","M","I","T","B", "-");

$string = str_replace($cyrillic, $translit, $string);

 

and I need for Polsih Language !

 

Big Thanks everyone!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...