test(client): fix error due to JQuery

This commit is contained in:
Elian Doran 2025-07-28 18:58:26 +03:00
parent 4ec8c5963a
commit 8fda2dd7f1
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ let locales: Locale[] | null;
/** /**
* A deferred promise that resolves when translations are initialized. * A deferred promise that resolves when translations are initialized.
*/ */
export let translationsInitializedPromise = jQuery.Deferred(); export let translationsInitializedPromise = $.Deferred();
export async function initLocale() { export async function initLocale() {
const locale = (options.get("locale") as string) || "en"; const locale = (options.get("locale") as string) || "en";