From d6d61d3dd40f947290dc67f8cfa13c21f6f73f90 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 6 Jan 2025 14:31:17 -0500 Subject: [PATCH 1/2] fix(web): escaping html-encoded symbols like apostrophes in translations --- web/components/I18nHost.ce.vue | 12 ++++++++++-- web/plugins/i18n.ts | 9 ++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/web/components/I18nHost.ce.vue b/web/components/I18nHost.ce.vue index 79dc47267d..19320cee0a 100644 --- a/web/components/I18nHost.ce.vue +++ b/web/components/I18nHost.ce.vue @@ -1,8 +1,8 @@