Cleaned up styles, squishy crab, better language switching

This commit is contained in:
Ben Grant 2021-05-31 20:33:37 +10:00
parent bb4b6468b4
commit 17290562c8
16 changed files with 140 additions and 133 deletions

View file

@ -21,6 +21,6 @@ i18n
backend: {
loadPath: '/i18n/{{lng}}/{{ns}}.json',
},
});
}).then(() => document.documentElement.setAttribute('lang', i18n.language));
export default i18n;