Files
marketplaces/src/app/features/project-editor/guards
sdarbinyan a7df1980ed
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
fix(i18n): route dirty-guard and html-editor strings through TranslateService
window.confirm/window.prompt calls in projectEditorDirtyGuard and
MarketplaceHtmlEditorComponent, and the hardcoded Preview/Code toggle
label in its template, bypassed the app's translation pipeline. Add
builder.confirmLeaveUnsaved, promptLinkUrl, promptImageUrl,
htmlEditorCode and htmlEditorPreview keys (en/ru/hy), resolve them via
TranslateService.t() before passing to confirm/prompt, and use
TranslatePipe for the toggle button label.
2026-07-13 15:57:54 +04:00
..