Fix Token
This commit is contained in:
@ -1,28 +1,28 @@
|
||||
import { defineAstroI18nConfig } from "astro-i18n"
|
||||
import { defineAstroI18nConfig } from "astro-i18n";
|
||||
|
||||
export default defineAstroI18nConfig({
|
||||
primaryLocale: "en",
|
||||
secondaryLocales: ["de"],
|
||||
fallbackLocale: "en",
|
||||
trailingSlash: "never",
|
||||
run: "client+server",
|
||||
showPrimaryLocale: false,
|
||||
translationLoadingRules: [],
|
||||
translationDirectory: {},
|
||||
translations: {},
|
||||
routes: {
|
||||
de: {
|
||||
about: "ueber-uns",
|
||||
join: "jetzt-spielen",
|
||||
imprint: "impressum",
|
||||
"code-of-conduct": "verhaltensrichtlinien",
|
||||
rules: "regeln",
|
||||
ranked: "rangliste",
|
||||
faq: "haeufige-fragen",
|
||||
stats: "statistiken",
|
||||
announcements: "ankuendigungen",
|
||||
"privacy-policy": "datenschutzerklaerung",
|
||||
"set-password": "passwort-setzen"
|
||||
}
|
||||
},
|
||||
})
|
||||
primaryLocale: "en",
|
||||
secondaryLocales: ["de"],
|
||||
fallbackLocale: "en",
|
||||
trailingSlash: "never",
|
||||
run: "client+server",
|
||||
showPrimaryLocale: false,
|
||||
translationLoadingRules: [],
|
||||
translationDirectory: {},
|
||||
translations: {},
|
||||
routes: {
|
||||
de: {
|
||||
about: "ueber-uns",
|
||||
join: "jetzt-spielen",
|
||||
imprint: "impressum",
|
||||
"code-of-conduct": "verhaltensrichtlinien",
|
||||
rules: "regeln",
|
||||
ranked: "rangliste",
|
||||
faq: "haeufige-fragen",
|
||||
stats: "statistiken",
|
||||
announcements: "ankuendigungen",
|
||||
"privacy-policy": "datenschutzerklaerung",
|
||||
"set-password": "passwort-setzen"
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user