Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index b5c22bdd..756b931d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -86,8 +86,6 @@ OCA.Tasks.App = new Vue({
this.$OC.Search = new OCA.Search(this.filter, this.cleanSearch)
},
beforeMount() {
- // Configure the locale of moment.js
- moment.locale(this.$OC.getLocale().replace('_', '-').toLowerCase())
this.$store.dispatch('loadCollections')
this.$store.dispatch('loadSettings')
},