Improve kick renaming

This commit is contained in:
q
2026-02-15 17:51:57 -05:00
parent 6dedff6a1f
commit e146ba35c0

View File

@@ -54,7 +54,9 @@ sed -i -e "s/Removes user/${capital_remove_command_plural} user/g" \
-e "s/)s removed %(tar/)s ${remove_command_past_tense} %(tar/g" \
-e "s/\"Remove,/\"${capital_remove_command},/g" \
-e "s/You were removed/You were ${remove_command_past_tense}/g" \
-e "s/Remove from/${capital_remove_command} from/g" \
-e "s/Remove from room/${capital_remove_command}/g" \
-e "s/Remove from space/${capital_remove_command}/g" \
-e "s/Remove from %(roomName)s/${capital_remove_command} from %(roomName)s/g" \
-e "s/\"Remove them/\"${capital_remove_command} ${them}/g" \
-e "s/removed\"/${remove_command_past_tense}\"/g" "${1}"/src/i18n/strings/en_EN.json