mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 10:51:11 +10:00
chore: update pnpm-lock
This commit is contained in:
@ -18,7 +18,7 @@ export default function AccountLanguage() {
|
||||
}
|
||||
|
||||
function LanguageSwitcher() {
|
||||
const { t } = useTranslation("user");
|
||||
const { t, i18n } = useTranslation("user");
|
||||
|
||||
const handleChange = (value: string) => {
|
||||
i18n.changeLanguage(value);
|
||||
|
||||
Reference in New Issue
Block a user