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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.