mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 07:41:08 +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);
|
||||
|
||||
@ -78,8 +78,5 @@
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
},
|
||||
"prettier": {
|
||||
"semi": true
|
||||
}
|
||||
}
|
||||
|
||||
18304
pnpm-lock.yaml
generated
18304
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user