VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: razor7 on June 26, 2012, 20:09:59 PM

Title: Some untranslated strings
Post by: razor7 on June 26, 2012, 20:09:59 PM
Hi, I had this unstranslated strings in order details.

I'm developing a payment processor, and I guess that maybe that strings must be in my processor lang file, but I don't know if it is a VM lang file issue.

Please see attachment.

What can I do to translate them?

thanks a lot!

[attachment cleanup by admin]
Title: Re: Some untranslated strings
Post by: alatak on June 27, 2012, 09:28:43 AM
Hello,

The langage file is automatically loaded by joomla. There are some naming conventions:
If your plugin is named "mypayment", then the langage file should be named:
<language tag>.plg_vmpayment_mypayment.ini

and placed in the administrator langage folder.
Title: Some untranslated strings
Post by: razor7 on June 27, 2012, 19:18:52 PM
Hi, I have developed a Lang file for this payment plugin, and it seems that is working because the plugin configuration shows all strings translated in vm payment plugin config section.

I think that untranslated strings are VM issue.

Am I correct? Or should I add that translation keys to my Lang file? Remember that Therese untranslated string are shown on order details and not in plugin process.

Please see attachment of first post.

Thans a lot!
Title: Re: Some untranslated strings
Post by: razor7 on June 29, 2012, 22:29:41 PM
Well, you where righ, my fault, added untranslated strings to my payment methos lang file and solved!