Merge commit from fork

* fix: remove unwanted HTML from translation values

* feat: add a general sanitizeHTML function

* fix: use the `sanitizeHTML` function where values are showed in the Backoffice
This commit is contained in:
Jacob Overgaard
2024-10-07 13:14:49 +02:00
parent d11639fd2f
commit a13f5cf062

View File

@@ -547,9 +547,9 @@ export default {
createNew: 'إنشاء عنصر قاموس جديد',
},
dictionaryItem: {
description: "\n تحرير الإصدارات اللغوية المختلفة لعنصر القاموس '<em>%0%</em>' أدناه\n ",
description: "تحرير الإصدارات اللغوية المختلفة لعنصر القاموس '%0%' أدناه",
displayName: 'اسم الثقافة',
changeKeyError: "\n المفتاح '%0%' موجود بالفعل.\n ",
changeKeyError: "المفتاح '%0%' موجود بالفعل.",
overviewTitle: 'نظرة عامة على القاموس',
},
examineManagement: {