Skip to content
Snippets Groups Projects
Commit 5c0afb12 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

Merge branch 'feat-migrate-i18n' into 'develop'

Migrate to @nuxtjs/i18n

See merge request !71
parents 38be8eed 51ceb68b
No related branches found
No related tags found
3 merge requests!76Release v1.1.1,!75Release v1.1.0,!71Migrate to @nuxtjs/i18n
Pipeline #11586 passed
......@@ -145,9 +145,8 @@ export function generateConfig(settings) {
modules: [
[
"nuxt-i18n",
"@nuxtjs/i18n",
{
seo: false,
locales: [
{
code: "de",
......
......@@ -22,6 +22,7 @@
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@d-ptb/dcc-js": "^1.3.4",
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"@nuxtjs/vuetify": "^1.12.3",
......@@ -33,7 +34,6 @@
"lodash": "^4.17.21",
"mathlive": "^0.78.2",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.15.1",
"store": "^2.0.12",
"ts-loader": "^8.4.0",
"validator": "^13.7.0",
......
......@@ -15,9 +15,6 @@ export default {
name: "OnlyApp",
components: { AppLoader, AppFooter },
mixins: [themeMixin],
head() {
return this.$nuxtI18nSeo();
},
async created() {
this.updateListMode();
await this.$nextTick();
......
......@@ -19,9 +19,6 @@ import AppLoader from "~/components/App/AppLoader";
export default {
components: { AppLoader, AppFooter, AppNavbar },
mixins: [themeMixin],
head() {
return this.$nuxtI18nSeo();
},
async created() {
this.updateListMode();
await this.$nextTick();
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment