Features
- Add language dropdown ([1606](https://github.com/ocadotechnology/rapid-router/pull/1606),
[`71d5d88`](https://github.com/ocadotechnology/rapid-router/commit/71d5d88a4906c4bf6efc5a631d6f1a62dd93a4cb))
* feat: add language dropdown
* feat: improve language dropdown
* feat: add language dropdown test
* remove test file to debug
* debug tests
* Simplify callback
* testing
* add dropdown with dummy onchange function
* add loadLanguage functions for updating language
* add other languages
* added loadLanguages file to html
* test removal of Blockly.Msg references
* test addition of en.js script tag
* test removal of custom block labels
* test removal of extra css
* debug tests, remove css
* add back removed things except for css
* test addition of en.js tag
* testing addition of loadLanguage at startup, removal of en.js script
* test addition of en.js script
* testing small changes
* test reloading workspace instead of containing everything in callback
* test if reloading the workspace works if nothing else happens
* more tests to see if just reloading will work
* debug tests, reload
* add back what I changed
* removing any reloading
* testing out reload again
* testing if navigator is causing bug
* try calling loadLanguage without reloading
* adding some logging
* moving loadLanguage function
* try moving function again
* fix logic negate error
* add back other things now that logic negate issue fixed
* add back some removed css
* update css and some text
* test removing test
* address PR comments
* address PR comment - show dropdown symbol on language dropdown
* begin adding translations
* add black to pipfile
* add remaining translations
* comment out untranslated languages
* add hindi
---------
Co-authored-by: faucomte97 <f.aucomtehotmail.co.uk>