mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 03:32:14 +10:00
fix: build
This commit is contained in:
@ -10,8 +10,7 @@ export async function dynamicActivate(locale: string) {
|
||||
|
||||
// Todo: Use extension (currently breaks).
|
||||
|
||||
// const { messages } = await import(`../translations/${locale}/web.${extension}`);
|
||||
const { messages } = await import(`../translations/${locale}/web.po`);
|
||||
const { messages } = await import(`../translations/${locale}/web.${extension}`);
|
||||
|
||||
i18n.loadAndActivate({ locale, messages });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user