We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7834c27 commit f8ba620Copy full SHA for f8ba620
src/main.js
@@ -67,7 +67,7 @@ app.defaultTheme = 'dark';
67
function loadConfig() {
68
$coderbot.load().then(() => {
69
console.log('config loaded');
70
- if(store.getters.settings.locale != 'browser') {
+ if(store.getters.settings.locale != 'browser' && store.getters.settings.locale != undefined) {
71
i18n.global.locale = store.getters.settings.locale;
72
}
73
}).catch((errors) => {
0 commit comments