1 2 3 4 5
import { PLUGIN_ID } from '../pluginId'; const getTranslation = (id: string) => `${PLUGIN_ID}.${id}`; export { getTranslation };