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