mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Remove translation of '@all'
This commit is contained in:
parent
4e21afb8ff
commit
099233f2c7
@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
@ -393,7 +393,6 @@
|
||||
"unorderedList": "Ungeordnete Liste"
|
||||
},
|
||||
"mention": {
|
||||
"atAllLabel": "alle",
|
||||
"noUsersFound": "Keine Nutzer gefunden"
|
||||
},
|
||||
"placeholder": "Schreib etwas Inspirierendes …"
|
||||
|
||||
@ -393,7 +393,6 @@
|
||||
"unorderedList": "Unordered list"
|
||||
},
|
||||
"mention": {
|
||||
"atAllLabel": "all",
|
||||
"noUsersFound": "No users found"
|
||||
},
|
||||
"placeholder": "Leave your inspirational thoughts …"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user