UNPKG

@backstage/plugin-home-react

Version:

A Backstage plugin that contains react components helps you build a home page

18 lines (15 loc) 400 B
import { createTranslationRef } from '@backstage/frontend-plugin-api'; const homeReactTranslationRef = createTranslationRef({ id: "home-react", messages: { settingsModal: { title: "Settings", closeButtonTitle: "Close" }, cardExtension: { settingsButtonTitle: "Settings" } } }); export { homeReactTranslationRef }; //# sourceMappingURL=translation.esm.js.map