diff --git a/package.json b/package.json index 80a2d32..01db144 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@babel/eslint-parser": "^7.15.0", + "@fontsource/baloo-da-2": "^4.5.0", + "@fontsource/roboto": "^4.5.0", "core-js": "^3.16.1", "dompurify": "^2.3.1", "hotkeys-js": "^3.8.7", @@ -19,6 +22,7 @@ "sass-loader": "^10", "shaka-player": "^3.2.0", "vue": "^2.6.14", + "vue-i18n": "^8.25.0", "vue-meta": "^2.4.0", "vue-router": "^3.5.2", "vuetify": "^2.5.8", @@ -33,7 +37,6 @@ "@vue/cli-plugin-vuex": "~4.5.13", "@vue/cli-service": "~4.5.13", "@vue/eslint-config-standard": "^6.1.0", - "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.24.0", "eslint-plugin-node": "^11.1.0", @@ -57,7 +60,7 @@ "@vue/standard" ], "parserOptions": { - "parser": "babel-eslint" + "parser": "@babel/eslint-parser" }, "rules": {} }, diff --git a/public/index.html b/public/index.html index 5ebacfd..73ceb8d 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,6 @@ <%= htmlWebpackPlugin.options.title %> - diff --git a/src/App.vue b/src/App.vue index d55b622..2d4e7ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,24 +4,36 @@ app color="primary" dark - flat > - - - {{ link.name }} - - - - - - - + + + + + + {{ $t(link.name) }} + + + + + + + + + @@ -33,37 +45,62 @@