Remove translation of '@all'

This commit is contained in:
Wolfgang Huß 2023-07-25 13:59:05 +02:00
parent 4e21afb8ff
commit 099233f2c7
3 changed files with 1 additions and 3 deletions

View File

@ -88,7 +88,7 @@ export default {
...this.users,
{
id: this.currentUser.id,
slug: this.$t('editor.mention.atAllLabel'),
slug: 'all', // no translation, because of gender problems in Spanish, French etc. and because of blacklisting of user slugs
dataMentionId: 'all',
},
]

View File

@ -393,7 +393,6 @@
"unorderedList": "Ungeordnete Liste"
},
"mention": {
"atAllLabel": "alle",
"noUsersFound": "Keine Nutzer gefunden"
},
"placeholder": "Schreib etwas Inspirierendes …"

View File

@ -393,7 +393,6 @@
"unorderedList": "Unordered list"
},
"mention": {
"atAllLabel": "all",
"noUsersFound": "No users found"
},
"placeholder": "Leave your inspirational thoughts …"