Fixed missing translation.json errors

This commit is contained in:
Donkie
2024-05-10 12:56:44 +02:00
parent 9ff457f2fd
commit cd9cca0c06

View File

@@ -109,6 +109,7 @@ i18n
backend: { backend: {
loadPath: getBasePath() + "/locales/{{lng}}/{{ns}}.json", loadPath: getBasePath() + "/locales/{{lng}}/{{ns}}.json",
}, },
ns: "common",
defaultNS: "common", defaultNS: "common",
fallbackLng: "en", fallbackLng: "en",
}); });