fix: add missing i18n translation key and admin debug logs
- Added common.all translation key to de.ts and en.ts - Added debug logging to admin page for troubleshooting access issues
This commit is contained in:
@@ -15,6 +15,7 @@ export const de: TranslationKeys = {
|
||||
check: 'Prüfen',
|
||||
link: 'Verknüpfen',
|
||||
none: 'Keine',
|
||||
all: 'Alle',
|
||||
},
|
||||
home: {
|
||||
title: 'Whisky Vault',
|
||||
|
||||
@@ -15,6 +15,7 @@ export const en: TranslationKeys = {
|
||||
check: 'Check',
|
||||
link: 'Link',
|
||||
none: 'None',
|
||||
all: 'All',
|
||||
},
|
||||
home: {
|
||||
title: 'Whisky Vault',
|
||||
|
||||
@@ -13,6 +13,7 @@ export type TranslationKeys = {
|
||||
check: string;
|
||||
link: string;
|
||||
none: string;
|
||||
all: string;
|
||||
};
|
||||
home: {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user