Skip to main content
  Friday, July 27 2012
  4 Replies
  2.7K Visits
  Subscribe
How to implement this feature? I really need a Ukrainian alphabet.

It is possible to make a patch?
T
11 years ago
·
#294
Hi,

You can insert all letter you want by editing the file :
component/com_seoglossary/helpers/seoglossary.php line 146

Please provide me all letters you want to implement if you find that too complicated.

Regards,
S
11 years ago
·
#295
Thank you. Everything is working.

Ukrainian alphabet

$alpha = array( 'А', 'Б', 'В', 'Г', 'Ґ', 'Д', 'Е', 'Є', 'Ж', 'З', 'И', 'І', 'Ї', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', 'Р', 'С', 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ю', 'Я' );

Ukrainian language file

Create file uk-UA.com_seoglossary.ini (copy content from */language/en-GB/en-GB.com_seoglossary.ini and save in UTF8 without BOM) in directory */language/uk-UA/ and change language strings.

Example:

COM_SEOGLOSSARY_ALL="Усі"
T
11 years ago
·
#296
I would really like to know whether you can insert Arabic alphabet too? That is my only question before buying it.

Thanks
T
11 years ago
·
#297
Hi Maanj,

Yes, as you may have seen, in SEO Glossary 1.1 you can now add a custom alphabet in each glossary. You have a custom field to do that.

Regards,
  • Page :
  • 1
There are no replies made for this post yet.