* v1.3.0
added: Dialogue translation can now be disabled.
added: Translation files are now loaded dynamically from [iolave/osrs-translations](https://github.com/iolave/osrs-translations).
added: Added real time translation for chat box messages and quest guide journal.
changed: Renamed `SelectLanguage` enum to `Language`.
changed: TranslatorAPI now uses the `/api/v1/data-collection` endpoint to collect dialogues.
changed: Translation maps were consolidated into a single map to allow easier implementation of new translation maps.
changed: Menu entries are now translated when added to the stack rather than when the menu is opened.
changed: Plugin confiuration now have sections.
fixed: Dialogues after the first one are now collected correctly.
* fix: collected dialogues with player name
* refactor: replaced use of new thread for executor.execute
refactor: combined real-time translations options
refactor: translation files are now downloaded with the provided runelite http client
fix: player name and slayer tasks are now properly translated
* update translator plugin to v1.2.0
feat: added Portuguese support
feat: added script that updates translation files from the runelite-translator db
fix: wrong schedule time on plugin change
* chore: reduced finnish translations size
* chore: removed unused resources
* chore: added portuguese ref in supported languages
* update translator plugin to v1.1.0
* updated version
* feat: data collection is now opt-in
refactor: infinite loop was replaced for a scheduled executor
refactor: api integration now used okhttp
* fix: added missing executor shutdown call when plugin is shut down