From 54cadece42fbffa95b9ba988846e1cba3307cc9f Mon Sep 17 00:00:00 2001 From: Midov Date: Wed, 13 Apr 2022 19:48:52 +0200 Subject: [PATCH] update missing kick translations --- fix_kick.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fix_kick.sh b/fix_kick.sh index da1d8a7..7e9edfe 100755 --- a/fix_kick.sh +++ b/fix_kick.sh @@ -35,4 +35,6 @@ sed -i -e 's/Bans user with given id",/Gasses user with given id",/g' \ -e 's/banned from %(roomName)s by %(memberName)s",/gassed from %(roomName)s by %(memberName)s",/g' \ -e 's/were banned %(count)s times",/were gassed %(count)s times",/g' \ -e 's/s banned %(targetName)s: %(reason)s",/s gassed %(targetName)s: %(reason)s",/g' \ + -e 's,/removes/,/holocausts/,g' \ + -e 's/"Remove them from/"Holocaust him from/g' \ -e 's/s banned %(targetName)s",/s gassed %(targetName)s",/g' ../node_modules/matrix-react-sdk/src/i18n/strings/en_EN.json