refactor: clean translation system and more widget stuff

This commit is contained in:
David Ralph
2022-08-26 10:45:32 +01:00
parent cd311e0fa1
commit 2c2acbba46
71 changed files with 1028 additions and 999 deletions

View File

@@ -17,7 +17,7 @@ export default class Dropdown extends PureComponent {
onChange = (e) => {
const { value } = e.target;
if (value === variables.language.getMessage(variables.languagecode, 'modals.main.loading')) {
if (value === variables.getMessage('modals.main.loading')) {
return;
}