Skip to content

Commit 400a1c9

Browse files
committed
feat(i18n): add interpolation support to localization imports in contact page
1 parent e111cab commit 400a1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import BaseLayout from '../layouts/BaseLayout.astro'
3-
import { getDictionary, getLocaleFromUrl, localizePath } from '../i18n'
3+
import { getDictionary, getLocaleFromUrl, interpolate, localizePath } from '../i18n'
44
55
const CALENDLY_URL = 'https://calendly.com/codebymike/30min'
66
const locale = getLocaleFromUrl(Astro.url.pathname)

0 commit comments

Comments
 (0)