@everymatrix/casino-404 1.4.0 → 1.5.2
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/dist/casino-404.js +11 -11
- package/dist/casino-404.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-404",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"main": "dist/casino-404.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -36,9 +36,9 @@ export const Translations = {
|
|
|
36
36
|
},
|
|
37
37
|
es: {
|
|
38
38
|
Translations: {
|
|
39
|
-
pageNotFound: '
|
|
40
|
-
pageNotFoundMessage: '
|
|
41
|
-
home: '
|
|
39
|
+
pageNotFound: 'Página no encontrada',
|
|
40
|
+
pageNotFoundMessage: 'La página no se puedo encontrar. Por favor regrese a nuestra Página de inicio.',
|
|
41
|
+
home: 'Ir a Página de inicio'
|
|
42
42
|
},
|
|
43
43
|
},
|
|
44
44
|
tr: {
|