Hi,
I want to use translation files (*.properties) from another plugin in my plugin. Specifically, I want use the translations in my javascript code. Can anybody tell me if and what I have to add to my atlassian-plugin.xml and .js files to get access to the key value pairs?
Thanks
Tuelle
There is nothing special to add. You can reference properties like this
$i18n.getText("property.key")
Hi Alexey,
This is what I also thought. But the function just returns the key. Please note that I don't want to access a property in my plugin but in another one.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see. You can not read properties from another plugin in a good supportable way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.