mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🌐 Fix i18n:scan
This commit is contained in:
parent
dcb130f061
commit
a40cf275a5
2 changed files with 2 additions and 1 deletions
|
@ -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.",
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue