Hello,
With assistance of Carlos (thank you) and his "cyrillic translit" and "roman translit" plugins, I created a transliteration plugin "czechoslovak translit" for Czech and Slovak languages.
What it does?
When you write a Czech/Slovak title of a page (or an article in the News Manager), this plugin transliterates the title for the url/slug in the correct way.
For example, a title
"NejnovějšàÄÂlánky"
will be transliterated to
"nejnovejsi-clanky"
and no character is missing, which is very desirable for SEO.
Your URL with Fancy URLs will automatically look like
"yourwebpageadress.cz/nejnovejsi-clanky"
You don't have to edit the urls/slugs manually, this plugin will do it for you correctly from your title.
It's very simple, but it saves your time.
Here is the list of transliterated characters:
In case you were thinking how to install this plugin, just download the .php file and copy it into /plugins folder in your GetSimple directory.
Tom
With assistance of Carlos (thank you) and his "cyrillic translit" and "roman translit" plugins, I created a transliteration plugin "czechoslovak translit" for Czech and Slovak languages.
What it does?
When you write a Czech/Slovak title of a page (or an article in the News Manager), this plugin transliterates the title for the url/slug in the correct way.
For example, a title
"NejnovějšàÄÂlánky"
will be transliterated to
"nejnovejsi-clanky"
and no character is missing, which is very desirable for SEO.
Your URL with Fancy URLs will automatically look like
"yourwebpageadress.cz/nejnovejsi-clanky"
You don't have to edit the urls/slugs manually, this plugin will do it for you correctly from your title.
It's very simple, but it saves your time.
Here is the list of transliterated characters:
Code:
//special Czech chars with diacritics
"ě"=>"e","Ě"=>"E","Å¡"=>"s","Ã…Â "=>"S","ÄÂ"=>"c",
"Č"=>"C","ř"=>"r","Ř"=>"R","ž"=>"z","Ž"=>"Z",
"ý"=>"y","ÃÂ"=>"Y","á"=>"a","ÃÂ"=>"A","ÃÂ"=>"i",
"ÃÂ"=>"I","é"=>"e","É"=>"E","ú"=>"u","Ú"=>"U",
"ů"=>"u","Ů"=>"U","ť"=>"t","Ť"=>"T","ó"=>"o",
"Ó"=>"O","ÄÂ"=>"d","Ď"=>"D","ň"=>"n","Ň"=>"N",
//special Slovakian chars with diacritics (except those which are the same with Czech ones)
"ä"=>"a","ĺ"=>"l","ľ"=>"l","ô"=>"o","ŕ"=>"r",
"Ä"=>"A","Ĺ"=>"L","Ľ"=>"L","Ô"=>"O","Ŕ"=>"R",
//other special chars
" "=>"-","-"=>"-","»"=>">","."=>"."
In case you were thinking how to install this plugin, just download the .php file and copy it into /plugins folder in your GetSimple directory.
Tom
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
» The little I did for GetSimple