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]
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.
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!
Well, you where righ, my fault, added untranslated strings to my payment methos lang file and solved!