@dargmuesli/nuxt-vio 1.14.1 → 1.14.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ {
2
+ "globalLoading": "Lade..."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "globalLoading": "Loading..."
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,6 +14,7 @@
14
14
  "components",
15
15
  "composables",
16
16
  "layouts",
17
+ "locales",
17
18
  "server",
18
19
  "pages",
19
20
  "plugins",