--- const { colorText, bgColor } = Astro.props; import { createTranslator } from '../../i18n'; const tl = createTranslator(Astro.currentLocale); ---