Console warnings for missing translations on development builds

(cherry picked from commit 67a1ecb0fea4e6c7dfdb68fbe3ef30d4c22398d8)

Closes #3863
This commit is contained in:
Bogdan
2024-11-04 15:24:45 +02:00
parent dba9fbf254
commit a362dab503
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@ interface Window {
theme: string;
urlBase: string;
version: string;
isProduction: boolean;
};
}