Internationalisation fix

This commit is contained in:
Mocilac
2025-08-11 15:43:42 +02:00
parent d6f1908431
commit 0a7eabac2a
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ interface Props {
const props = defineProps<Props>()
const { setLocale, getTranslation } = useI18n()
const { getTranslation } = useI18n()
const t = (key: string): string => {
return getTranslation(key)