mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +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",
|
||||
}),
|
||||
description: t("metaDescription", {
|
||||
ns: "home",
|
||||
defaultValue:
|
||||
"Create polls and vote to find the best day or time. A free alternative to Doodle.",
|
||||
}),
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
"i18n:scan": {
|
||||
"inputs": ["src/**", "i18next-scanner.config.js"],
|
||||
"outputs": ["public/locales/**"]
|
||||
"outputs": ["public/locales/**", "locales/**"]
|
||||
},
|
||||
"format": {
|
||||
"cache": false
|
||||
|
|
Loading…
Add table
Reference in a new issue