Adding more translations for kick. Also, removing component index fix since it doesn't seem to be needed any more

This commit is contained in:
q 2022-04-13 17:21:18 -04:00
parent 54cadece42
commit 8712c438b8
2 changed files with 0 additions and 6 deletions

View File

@ -6,7 +6,6 @@ This contains everything used to patch Glowers Club's Element instance. This pat
- Adds custom login background (replace lake.jpg with any background you want) - Adds custom login background (replace lake.jpg with any background you want)
- Adds custom text reactions in the emoji menu (at the bottom of the "Symbols" section). Change reactions.yaml to have any you want. - Adds custom text reactions in the emoji menu (at the bottom of the "Symbols" section). Change reactions.yaml to have any you want.
- Modifies the CSS for the emoji picker so the text reactions don't overflow to other emoji - Modifies the CSS for the emoji picker so the text reactions don't overflow to other emoji
- Contains a fix for a bug when compiling that Element devs added and never fixed. See [this Github issue](https://github.com/vector-im/element-web/issues/16555)
- Replaces the default config.json with the one here - Replaces the default config.json with the one here
- In response to [Element devs renaming Kick to Remove](https://github.com/vector-im/element-web/issues/9547): - In response to [Element devs renaming Kick to Remove](https://github.com/vector-im/element-web/issues/9547):
- Remove has been renamed to Holocaust - Remove has been renamed to Holocaust

View File

@ -52,10 +52,5 @@ echo "
echo 'Adding greentext patch...' echo 'Adding greentext patch...'
patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch
echo 'running component index fix...'
cd ../node_modules/matrix-react-sdk
yarn reskindex
cd ../../element-web-patches
echo 'running kick fix...' echo 'running kick fix...'
./fix_kick.sh ./fix_kick.sh