feat(trans): Use de as standard

This commit is contained in:
moanos [he/him] 2025-04-17 22:48:11 +02:00
parent f405c325f7
commit 4fbc47ad8c

View File

@ -21,7 +21,7 @@ async function initI18next() {
.init({
supportedLngs: ["en", "de"],
nonExplicitSupportedLngs: true,
fallbackLng: "en",
fallbackLng: "de",
debug: true,
backend: {
loadPath: "/i18n/{{lng}}.json",