🌐 Fix i18n:scan

This commit is contained in:
Luke Vella 2025-03-25 16:02:35 +00:00
parent dcb130f061
commit a40cf275a5
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ export async function generateMetadata({
ns: "home", ns: "home",
}), }),
description: t("metaDescription", { description: t("metaDescription", {
ns: "home",
defaultValue: defaultValue:
"Create polls and vote to find the best day or time. A free alternative to Doodle.", "Create polls and vote to find the best day or time. A free alternative to Doodle.",
}), }),

View file

@ -56,7 +56,7 @@
}, },
"i18n:scan": { "i18n:scan": {
"inputs": ["src/**", "i18next-scanner.config.js"], "inputs": ["src/**", "i18next-scanner.config.js"],
"outputs": ["public/locales/**"] "outputs": ["public/locales/**", "locales/**"]
}, },
"format": { "format": {
"cache": false "cache": false