5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
|
|
import project from "./i18n.config.json" with { type: "json" }
|
||
|
|
import { createLinguiConfig } from "@workspace/i18n/lingui-config"
|
||
|
|
|
||
|
|
export default createLinguiConfig(project)
|