--- import { Icon } from "astro-icon/components"; import { Image } from "astro:assets"; import jbp from "../../assets/DRJBP-1.webp"; import FormContact from "./FormContact.vue"; import { createTranslator, t } from "../../i18n"; const tl = createTranslator(Astro.currentLocale); const isHebrew = Astro.currentLocale === "he"; ---
{tl("footer.reserved")}
) }
{
isHebrew && (
{tl("footer.reserved")}
) }