mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix: load i18n
This commit is contained in:
@ -12,6 +12,8 @@ export const loadI18n = async () =>
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
loadI18n();
|
||||||
|
|
||||||
export const setLanguage = async (language: string) => await changeLanguage(language);
|
export const setLanguage = async (language: string) => await changeLanguage(language);
|
||||||
|
|
||||||
export const t = i18t.bind(i18next);
|
export const t = i18t.bind(i18next);
|
||||||
|
|||||||
Reference in New Issue
Block a user