PDA

View Full Version : Solved Arabic, Korean, etc. .. Japanase Translate



rootksk
10-03-10, 10:12
Original link: turkmmo.com/forumumuz-hakkinda/133378-forumumuz-hakkinda.htmlArabic translate link: turkmmo.com/ar/forumumuz-hakkinda/133378-%D8%B9%D9%84%D9%89-%D8%B3%D8%A7%D8%AD%D8%A7%D8%AA%D9%86%D8%A7.htmlJapanase translate the link: link not open/ja/forumumuz-hakkinda/133378-%E7%A7%81%E9%81%94%E3%81%AE%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A9%E3%83%A0%E3%81%A7%EF%BC%81.htmlArabic and Japanase turkmmo.com. My forum language English Keep Non-English Characters in ". Vbseo URLS " did not select the language for this style comes in the broken link. I selected " Replace Non-English Characters in URLS " option.In this way, a way to solve the problem yet?

vBET
10-03-10, 17:25
You MUST set to "Keep Türkçe Characters in Non-URLS" just as ti is described in integration manual (there is about English but it is same - you just have internationalized vBSEO). Otherwise vBESO will remove each not Turkish character which for Japanese leaves nothing... That is why you have issue with Japanese or Arabic (and probably some other languages too).

If you still do not want to have Turkish characters in your URL you have to:
1. open /includes/config_vbseo.php
2. Find:


// ****** CUSTOM CHARACTER REPLACEMENTS ******
// The following array enables you to select a replacement for characters other than the ones replaced
// by default.
$vbseo_custom_char_replacement = array();

3. Put there replacement pairs for Turkish characters.

I.e. for polish letters it looks like this:


$vbseo_custom_char_replacement = array(
'ˇ' => 'A',
'¦' => 'S',
'¬' => 'Z',
'±' => 'a',
'¶' => 's',
'Ľ' => 'z',
'ą' => 'a',
'ę' => 'e',
'ć' => 'c',
'ż' => 'z',
'ś' => 's',
'ź' => 'z',
'ó' => 'o',
'ł' => 'l',
'ń' => 'n',
'Ą' => 'A',
'Ę' => 'E',
'Ć' => 'C',
'Ż' => 'Z',
'Ś' => 'S',
'Ź' => 'Z',
'Ó' => 'O',
'Ł' => 'L',
'Ń' => 'N'
);


I'm sure that if you search on vBSEO forum or ask there you will get appropriate replacements pairs for Turkish characters :)

If you have any other questions about this issue - please just ask :)

AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Translations supported by vBET 4.10.1