We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dd656 commit c52df4fCopy full SHA for c52df4f
1 file changed
app/utils/i18n.ts
@@ -1,9 +1,7 @@
1
import { useI18n as useOriginalI18n } from 'vue-i18n'
2
3
export function useI18n() {
4
- const i18n = useOriginalI18n()
5
-
6
- const { t, d, n, ...rest } = i18n
+ const { t, d, n, ...rest } = useOriginalI18n()
7
8
return {
9
...rest,
0 commit comments