This commit is contained in:
Timo Knuth
2025-10-17 13:45:33 +02:00
parent cd3ee5fc8f
commit 254e6490b8
36 changed files with 1712 additions and 917 deletions

View File

@@ -54,6 +54,8 @@ export function useTranslation() {
return {
t,
locale,
language: locale,
setLocale: changeLocale,
setLanguage: changeLocale,
};
}