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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user