mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 21:41:09 +10:00
chore: update pnpm-lock
This commit is contained in:
@ -18,7 +18,7 @@ export default function AccountLanguage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function LanguageSwitcher() {
|
function LanguageSwitcher() {
|
||||||
const { t } = useTranslation("user");
|
const { t, i18n } = useTranslation("user");
|
||||||
|
|
||||||
const handleChange = (value: string) => {
|
const handleChange = (value: string) => {
|
||||||
i18n.changeLanguage(value);
|
i18n.changeLanguage(value);
|
||||||
|
|||||||
@ -78,8 +78,5 @@
|
|||||||
"apps/*",
|
"apps/*",
|
||||||
"packages/*"
|
"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