-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
8,584 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ functions/* | |
|
||
# Local development | ||
.wrangler | ||
.astro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
import type { AstroI18nextConfig } from "astro-i18next"; | ||
|
||
export default { | ||
defaultLanguage: "en", | ||
supportedLanguages: ["en"], | ||
i18next: { | ||
//debug: true, // convenient during development to check for missing keys | ||
defaultLocale: "en", | ||
locales: ["en"], | ||
i18nextServer: { | ||
// debug: true, // convenient during development to check for missing keys | ||
defaultNS: "common", | ||
ns: ["common", "footer", "home", "install", "team"], | ||
}, | ||
i18nextPlugins: { | ||
backend: "i18next-fs-fluent-backend", | ||
i18nextServerPlugins: { | ||
Backend: "i18next-fs-fluent-backend", | ||
fluent: "i18next-fluent", | ||
}, | ||
} as AstroI18nextConfig; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.