chore(backend): translationHelper logger
This commit is contained in:
parent
6d05978568
commit
55ab0c0b47
2 changed files with 8 additions and 6 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue