client: Remove i18n debug logs

pull/351/head
Elian Doran 2024-08-14 22:19:01 +07:00
parent 295cd6ac83
commit 1656cfae63
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

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