aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 72c4b4d0b..55ee52b18 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -334,6 +334,8 @@ export default class AppStore extends Store {
334 this.locale = this._getDefaultLocale(); 334 this.locale = this._getDefaultLocale();
335 } 335 }
336 336
337 moment.locale(this.locale);
338
337 debug(`Set locale to "${this.locale}"`); 339 debug(`Set locale to "${this.locale}"`);
338 } 340 }
339 341