client: Remove i18n debug logs

This commit is contained in:
Elian Doran 2024-08-14 22:19:01 +03:00
parent 295cd6ac83
commit 1656cfae63
No known key found for this signature in database

View File

@ -11,7 +11,6 @@ export async function initLocale() {
.init({
lng: locale,
fallbackLng: "en",
debug: true,
backend: {
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
}