migration wip

This commit is contained in:
2025-12-30 12:10:13 +01:00
parent 89dbf8af87
commit 65a7e9f24a
203 changed files with 192475 additions and 1562 deletions

View File

@@ -335,7 +335,5 @@ export function useLocale(): Locale {
// Get dictionary for client components
export function getDictionary(locale: Locale) {
return {
t: (key: string) => t(key, locale)
};
return translations[locale];
}