How to implement this feature? I really need a Ukrainian alphabet.
It is possible to make a patch?
It is possible to make a patch?
T
12 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,
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
12 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="Усі"
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
12 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
Thanks
T
12 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,
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.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »