@jojomatik/nuxt-bundle 1.0.1-beta.2 → 1.0.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locales/en.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  },
11
11
  "license-information": {
12
- "description": "This website is based on Free Open Source Software (FOSS), which is subject to separate license conditions, which are listed below.",
12
+ "description": "{title} is based on Free Open Source Software (FOSS), which is subject to separate license conditions, which are listed below.",
13
13
  "title": "License information"
14
14
  }
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jojomatik/nuxt-bundle",
3
- "version": "1.0.1-beta.2",
3
+ "version": "1.0.1-beta.3",
4
4
  "type": "module",
5
5
  "description": "A bundle of commonly used nuxt dependencies and configuration.",
6
6
  "keywords": [
@@ -4,7 +4,11 @@
4
4
  {{ i18n.t("nuxt-bundle.license-information.title") }}
5
5
  </p>
6
6
  <p class="text-body-1">
7
- {{ i18n.t("nuxt-bundle.license-information.description") }}
7
+ {{
8
+ i18n.t("nuxt-bundle.license-information.description", {
9
+ title: i18n.t("title"),
10
+ })
11
+ }}
8
12
  </p>
9
13
  <v-row v-if="pending">
10
14
  <v-col v-for="index in 12" :key="index" cols="12" md="6" lg="4" xl="3">