mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-27 23:11:21 +00:00
test incorrectly modified translation file
This commit is contained in:
parent
254c66807e
commit
aa2e3a3972
@ -68,7 +68,7 @@ export const Commands = [
|
||||
new Command({
|
||||
command: "spoiler",
|
||||
args: "<message>",
|
||||
description: _td("test|not_a_valid_translation"),
|
||||
description: _td("slash_command|spoiler"),
|
||||
runFn: function (cli, roomId, threadId, message = "") {
|
||||
return successSync(ContentHelpers.makeHtmlMessage(message, `<span data-mx-spoiler>${message}</span>`));
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"a11y": {
|
||||
"emoji_picker": "Sélecteur d'emoji",
|
||||
"emoji_picker": "modification non valide",
|
||||
"jump_first_invite": "Sauter à la première invitation.",
|
||||
"message_composer": "Rédaction des messages",
|
||||
"n_unread_messages": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user