chore(nx/client): revert change to i18n debug

This commit is contained in:
Elian Doran 2025-04-23 12:17:57 +03:00
parent 43a44bf44c
commit 9d284a5fe5
No known key found for this signature in database

View File

@ -12,7 +12,6 @@ export async function initLocale() {
locales = await server.get<Locale[]>("options/locales");
await i18next.use(i18nextHttpBackend).init({
debug: true,
lng: locale,
fallbackLng: "en",
backend: {