chore(backend): translationHelper logger

This commit is contained in:
Tibo De Peuter 2025-03-04 16:53:39 +01:00
parent 6d05978568
commit 55ab0c0b47
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,6 @@
import { Request, Response } from 'express';
import { themes } from '../data/themes.js';
import { loadTranslations } from "../util/translationHelper.js";
import { FALLBACK_LANG } from '../config.js';
import { loadTranslations } from '../util/translationHelper.js';
interface Translations {
curricula_page: {