VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: ipnext on January 02, 2012, 21:05:34 PM

Title: Language Overrides don´t work
Post by: ipnext on January 02, 2012, 21:05:34 PM
Hello,
i can´t make a language overwrite. I use Joomla 1.7.3 an VM 2.0.0.
I put the "de-DE.com_virtuemart.ini" in the folder "site/language/overrides/de-DE.com_virtuemart.ini"

In the de-DE.com_virtuemart.ini i wrote the following text:
COM_VIRTUEMART_PRODUCT_ENQUIRY_LBL="new text"
But nothing happens. Does anyone have any idea what I do wrong?

Thanks a lot
Title: Re: Language Overrides don´t work
Post by: jjk on January 02, 2012, 21:57:17 PM
You need to put only the Key/String (only the single line)
COM_VIRTUEMART_PRODUCT_ENQUIRY_LBL="new text"
in the override folder. Not the complete folder!
Title: Re: Language Overrides don´t work
Post by: ipnext on January 03, 2012, 16:52:52 PM
I put a file called de-DE.com_virtuemart.ini in the overrides folder.
In the file is only the line: COM_VIRTUEMART_PRODUCT_ENQUIRY_LBL="new text"
But that don´t work.
Title: Re: Language Overrides don´t work
Post by: PRO on January 03, 2012, 17:16:50 PM
en-GB.override.ini    is the format for an english override in the overrides/ folder

Title: Re: Language Overrides don´t work
Post by: jjk on January 03, 2012, 17:19:05 PM
Rename your file to de-DE.override.ini and make shure that it is encoded utf-8 without BOM (see Notepad++ editor screenshot below).

[attachment cleanup by admin]
Title: Re: Language Overrides don´t work
Post by: ipnext on January 03, 2012, 18:04:31 PM
Thanks a lot.

I make a de-DE.override.ini and now it works perfect.
Title: Re: Language Overrides don´t work
Post by: PRO on April 13, 2012, 15:04:12 PM
when you rename the file, are you "right clicking" , and renaming? or saving as?
Title: Re: Language Overrides don´t work
Post by: lipes on April 13, 2012, 18:09:46 PM
Solved! My suggestion (step by step) in update of your explanation post here:
http://forum.virtuemart.net/index.php?topic=100865.msg335401#msg335401

tks :)