@everymatrix/casino-header-controller 1.28.8 → 1.29.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.29.3",
|
4
4
|
"main": "dist/casino-header-controller.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "b35b07d0d019ab53162690eac785d06af1ad9de9"
|
41
41
|
}
|
package/src/translations.js
CHANGED
@@ -46,5 +46,17 @@ export const TRANSLATIONS = {
|
|
46
46
|
"register": "Registracija",
|
47
47
|
"deposit": "Uplata",
|
48
48
|
"promotions": "Promocije"
|
49
|
+
},
|
50
|
+
"pt-br": {
|
51
|
+
"login": "Entrar",
|
52
|
+
"register": "Registro",
|
53
|
+
"deposit": "Depósito",
|
54
|
+
"promotions": "Promoções"
|
55
|
+
},
|
56
|
+
"es-mx": {
|
57
|
+
"login": "Ingresar",
|
58
|
+
"register": "Registro",
|
59
|
+
"deposit": "Depósito",
|
60
|
+
"promotions": "Promociones"
|
49
61
|
}
|
50
62
|
}
|