1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 20:25:18 +02:00

localization v1

This commit is contained in:
Sean Morley 2024-10-26 23:03:35 -04:00
parent 6f8864a13d
commit 6cf62cfb82
12 changed files with 661 additions and 64 deletions

View file

@ -16,6 +16,7 @@ declare global {
uuid: string;
public_profile: boolean;
} | null;
locale: string;
}
// interface PageData {}
// interface PageState {}