fix(i18n): plugin name, description i18n

This commit is contained in:
JellyBrick
2023-12-02 02:33:25 +09:00
parent 123eabd77a
commit 5ae4f564b7
36 changed files with 72 additions and 74 deletions

View File

@ -12,8 +12,6 @@ export const loadI18n = async () =>
}
});
loadI18n();
export const setLanguage = async (language: string) => await changeLanguage(language);
export const t = i18t.bind(i18next);