VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: Ronal on January 31, 2008, 22:02:46 PM

Title: Russian Language problem
Post by: Ronal on January 31, 2008, 22:02:46 PM
The Russian Language Pack which is here http://dev.virtuemart.net/cb/proj/doc.do?doc_id=1328 not correctly works.
(http://img219.imageshack.us/img219/2185/poc01qv8.png)

It occurs because the parameter
'CHARSET' => 'cp1251'
in languages\common\russian.php is ignored by the VM.

But if all russian.php convert from cp1251 to utf8 аll works perfectly.

(http://img220.imageshack.us/img220/8625/poc02st5.png)

If it is possible, add rebuilt russian.php in Language_Pack_for_VirtueMart_1.1.
Altered russian.php look here http://www.bigupload.com/files/YMFPT7QKGO/languages.rar_.zip.html

ps: Can make support of Russian localization for VM 1.1 in this topic?
Title: Re: Russian Language problem
Post by: aravot on February 02, 2008, 19:24:36 PM
Submit corrected Russian language pack and we will add it to the VM 1.1 package.
Title: Re: Russian Language problem
Post by: Ronal on February 03, 2008, 13:39:59 PM
Corrected Russian language pack is here http://www.bigupload.com/files/YMFPT7QKGO/languages.rar_.zip.html
Title: Re: Russian Language problem
Post by: Pisu on March 12, 2008, 21:43:01 PM
can I ask you, what was the default charset for russian in Joomla 1.0.x?
Title: Re: Russian Language problem
Post by: Sergunok on April 12, 2008, 01:56:43 AM
Hello,
I have same problem, but contrary.
Joomla - cp1251
VM 1.1 -  utf8

If i change charset in each russian language file from utf to cyrilic windows - it is not shows correctly.

Please, any ideas ?

Title: Re: Russian Language problem
Post by: Pisu on April 15, 2008, 19:32:01 PM
Quote from: Sergunok on April 12, 2008, 01:56:43 AM
Hello,
I have same problem, but contrary.
Joomla - cp1251
VM 1.1 -  utf8
If i change charset in each russian language file from utf to cyrilic windows - it is not shows correctly.
Please, any ideas ?

In fact, now the charset in russian language file, for VM is utf-8.
So you are using Joomla 1.0.x? And there, the charset is cp1251?

If so, please give a try replacing the original /classes/language.class.php with the one I'm attaching...

[attachment cleanup by admin]
Title: Re: Russian Language problem
Post by: Dnis on April 25, 2008, 14:29:03 PM
Quote from: Pisu on April 15, 2008, 19:32:01 PM
In fact, now the charset in russian language file, for VM is utf-8.
So you are using Joomla 1.0.x? And there, the charset is cp1251?
If so, please give a try replacing the original /classes/language.class.php with the one I'm attaching...

I replaced the original /classes/language.class.php and my problem with charset was solved

tnx

(I have
Joomla - cp1251
VM 1.1 -  utf8 ( last russian lang VM1.1_b3_russian_utf8 by ronal http://forum.virtuemart.net/index.php?topic=24412.0 (http://forum.virtuemart.net/index.php?topic=24412.0)))
Title: Re: Russian Language problem
Post by: Pisu on April 25, 2008, 22:07:22 PM
Thanks. Added task in bugtracker:
http://dev.virtuemart.net/cb/issue/2047?navigation=true

I'll fix this in next release.
Title: Re: Russian Language problem
Post by: Pimanka on April 27, 2008, 21:10:48 PM
Hello,
I have the same problem. I have virtuemart 1.1 and I used the russian language files from the link above (http://www.bigupload.com/files/YMFPT7QKGO/languages.rar_.zip.html).
I have almost the same symbols as shown on the first pictures...but the other sites in my joomla systems works fine.

Can anybody help me? I tried everything and I spent already hours :o(

Thank you very much....
Title: Re: Russian Language problem
Post by: Pisu on May 24, 2008, 13:28:33 PM
Added UTF8 - CP1251 conversion, in VM 1.1 SVN. You can give a try with a nigthly build (so wait tomorrow!), or wait for next patch release.