Initial Commit
This commit is contained in:
12
astro.i18n.config.ts
Normal file
12
astro.i18n.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @ts-ignore
|
||||
import { defineAstroI18nConfig } from "astro-i18n"
|
||||
|
||||
export default defineAstroI18nConfig({
|
||||
defaultLangCode: "en",
|
||||
supportedLangCodes: [],
|
||||
showDefaultLangCode: false,
|
||||
translations: {
|
||||
"en": "src/locales/en.json",
|
||||
},
|
||||
routeTranslations: {},
|
||||
})
|
||||
Reference in New Issue
Block a user