@websolutespa/payload-plugin-bowl
Version:
Bowl PayloadCms plugin of the BOM Repository
13 lines (12 loc) • 509 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const LocalizedDescriptionServer = (props)=>{
const i18n = props.i18n;
const description = props.description;
const localizedDescription = i18n.t(`description:${description}`);
/*
console.log('LocalizedDescriptionServer', description, `description:${description}`, localizedDescription);
*/ return /*#__PURE__*/ _jsx("div", {
children: localizedDescription
});
};
//# sourceMappingURL=LocalizedDescriptionServer.js.map