aboutsummaryrefslogtreecommitdiff
path: root/admin/src/utils/getTranslation.ts
blob: e2e57f7058876a1ce8e410f4ce25fdedafee9e9f (plain) (blame)
1
2
3
4
5
import { PLUGIN_ID } from '../pluginId';

const getTranslation = (id: string) => `${PLUGIN_ID}.${id}`;

export { getTranslation };