getLocalize

getLocalize is a helper function that will return the plugin's localization object

How to use

import { Plugin } from '@root'

const myPluginLocalizations = Plugin.getLocalize()

Last updated