Welcome, Guest. Please login or register.
Login with username, password and session length


VirtueMart 1.1.8 - [SECURITY RELEASE] is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
VirtueMart ForumVirtueMart 1.1.xTranslation / Languages (Moderator: Pisu)How to install the Language Pack
Pages: [1] 2 3 ... 6   Go Down
Print
Author Topic: How to install the Language Pack  (Read 108919 times)
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« on: November 19, 2008, 05:33:28 AM »

I see that some users still don't know exactly how to install the language pack... Here it is a simple screenshot guide.

1°: download language pack
http://dev.virtuemart.net/cb/displayDocument/Language_Pack_for_VirtueMart_1.1.2.zip?doc_id=2372

2°: extract zip file on your pc


3°: upload whole "language" folder (without entering in it) to /administrator/components/com_virtuemart


Note: to work, you MUST have installed and actived as default also the corresponding Joomla! 1.5 language pack.

Hope this help!
Logged

fly-line
Newbie
*
Posts: 10


« Reply #1 on: November 19, 2008, 14:22:39 PM »

It doesn't work for me... Any tips?
Logged
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #2 on: November 20, 2008, 02:52:49 AM »

It doesn't work for me... Any tips?
How do you mean "doesn't work"? Please explain in details: language pack used (VM & Joomla), Joomla version, VM version....
Logged

ManicRed
Newbie
*
Posts: 13


WWW
« Reply #3 on: November 21, 2008, 09:34:45 AM »

So let me see, we need to download the language pack from Joomla (for Joomla)and. Then the language pack from Virtuemart and install both?
Logged
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #4 on: November 21, 2008, 13:28:15 PM »

So let me see, we need to download the language pack from Joomla (for Joomla)and. Then the language pack from Virtuemart and install both?
Yes; the Joomla's language pack, of the desidered language, must be installed and activated.
Logged

oraclesoon
Newbie
*
Posts: 10



WWW
« Reply #5 on: November 22, 2008, 10:08:18 AM »

It doesn't work for me... Any tips?

It doesn't work for me too.

I am testing "VirtueMart_1.1.2_eCommerce_Bundle_Joomla_1.5.8.tar.gz" which should be very up-to-date.

I am testing with Simplified Chinese.

1. I have uploaded Joomla Chinese translation [zh-CN] to [Joomla/language] folder.
2. I have uploaded VirtueMart language packs to [Joomla\administrator\components\com_virtuemart\languages] folder.

I changed the language setting in Joomla Administration Backend. But I see no language change at front end.

Checking Joomla\administrator\components\com_virtuemart\classes\language.class.php at line 244, I try echo ADMINPATH. 'languages/'.$module.'/'.strtolower($mosConfig_lang).'.php<br>';

The code is forever printing "/public_html/joomla/administrator/components/com_virtuemart/languages/common/english.php"

$mosConfig_lang is always english, it doesn't change at all.

I am very don't understand. How does language packs for VirtueMart work?
Logged
g0d0fh3ll
Newbie
*
Posts: 2


« Reply #6 on: November 22, 2008, 10:29:14 AM »

Hi,

Im using "VirtueMart_1.1.2_eCommerce_Bundle_Joomla_1.5.8.tar.gz" version and had installed and marked as default the portuguese language to Joomla, Admin and FrontEnd.
I uploaded VM language folder to right place. In VM administration i see some messages in portuguese and other things in english. VM frontend all in english. Undecided

Plz help! Im using PHP4.

Thanks in advance
Logged
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #7 on: November 22, 2008, 10:57:55 AM »

1. I have uploaded Joomla Chinese translation [zh-CN] to [Joomla/language] folder.
Can you post here the Joomla language pack you used?
Logged

Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #8 on: November 22, 2008, 11:03:49 AM »

Hi,
Im using "VirtueMart_1.1.2_eCommerce_Bundle_Joomla_1.5.8.tar.gz" version and had installed and marked as default the portuguese language to Joomla, Admin and FrontEnd.
I uploaded VM language folder to right place. In VM administration i see some messages in portuguese and other things in english. VM frontend all in english. Undecided
Plz help! Im using PHP4.
Thanks in advance
Portuguese language is not fully translated.. Try with Language Manager:
http://forum.virtuemart.net/index.php?topic=36269.0
Logged

oraclesoon
Newbie
*
Posts: 10



WWW
« Reply #9 on: November 22, 2008, 12:25:16 PM »

1. I have uploaded Joomla Chinese translation [zh-CN] to [Joomla/language] folder.
Can you post here the Joomla language pack you used?

I downloaded Joomla 1.5.8 front-end Chinese language translation from here: http://www.joomla.cn/index.php?option=com_docman&task=doc_details&gid=627&Itemid=3

It is not directly installable. I extracted the language zip files and manually uploaded them onto [Joomla/language] folder.

* Joomla_1.5.8_language_zh_CN_Frontend.zip (48.24 KB - downloaded 658 times.)
Logged
oraclesoon
Newbie
*
Posts: 10



WWW
« Reply #10 on: November 22, 2008, 13:27:12 PM »

Portuguese language is not fully translated.. Try with Language Manager:
http://forum.virtuemart.net/index.php?topic=36269.0

Interesting, I see. There is this Language Manager tool to do the translation for VM1.1.

In the interface, current mosConfig_lang? has been preset to english.

After tracing deeply (http://apostilas.fok.com.br/docs/joomla-1.5/libraries/joomla/language/language.php.php#getbackwardlang), mosConfig_lang has something to do with legacy mode and I am still lost.

Question: In what condition, the value of mosConfig_lang will change in front end? Because my observation is, changing Joomla language or using JoomFish to switch between languages, mosConfig_lang simply won't change. Or have I missed any step?
Logged
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #11 on: November 23, 2008, 02:28:02 AM »

@oraclesoon
Ok, as I suspected, the problem is in the Joomla language pack. Inside zh-CN.xml file, there is this line:

Code:
<backwardLang>english</backwardLang>

And, here the problem. VM use this "backwardLang" properties to set the language. Change this to simplified_chinese and everything should work
Logged

oraclesoon
Newbie
*
Posts: 10



WWW
« Reply #12 on: November 24, 2008, 02:20:30 AM »

It works!

Changing <backwardLang>english</backwardLang> to <backwardLang>simplified_chinese</backwardLang> in zh-CN.xml is working!
Logged
Pisu
Moderator
Sr. Member
*
Posts: 435


..still looking for..


WWW
« Reply #13 on: November 24, 2008, 16:45:43 PM »

@oraclesoon: very good! Spread this to all chinese users you know Smiley
Logged

fenasiqerim
Newbie
*
Posts: 4


« Reply #14 on: December 20, 2008, 10:36:36 AM »

I see that some users still don't know exactly how to install the language pack... Here it is a simple screenshot guide.
1°: download language pack
http://dev.virtuemart.net/cb/displayDocument/Language_Pack_for_VirtueMart_1.1.2.zip?doc_id=2372
2°: extract zip file on your pc

3°: upload whole "language" folder (without entering in it) to /administrator/components/com_virtuemart

Note: to work, you MUST have installed and actived as default also the corresponding Joomla! 1.5 language pack.
Hope this help!

Man it just doesnt help with the installation. My problem is with the Turkish language. In joomla Turkish was default before installing Virtuemart, now I added the language files as you told and it still uses english.
I couldnt find the xml file you mentioned about <backwardLang>english</backwardLang> I am almost gone insane about this language issue.
Logged
Pages: [1] 2 3 ... 6   Go Up
Print
Jump to: