Enable i18n in Single-Page account theme

This commit is contained in:
Joseph Garrone
2024-09-25 10:26:25 +02:00
parent b57d014e9a
commit 2f02a4379c
4 changed files with 80 additions and 19 deletions

View File

@ -13,7 +13,7 @@ import { getThisCodebaseRootDirPath } from "../src/bin/tools/getThisCodebaseRoot
import { deepAssign } from "../src/tools/deepAssign";
import { THEME_TYPES } from "../src/bin/shared/constants";
import { transformCodebase } from "../src/bin/tools/transformCodebase";
const propertiesParser: any = require("properties-parser");
import propertiesParser from "properties-parser";
if (require.main === module) {
generateI18nMessages();