@everymatrix/casino-game-page 0.0.220 → 0.0.224
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-game-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.224",
|
4
4
|
"main": "dist/casino-game-page.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": "56c929409f6926e8a96fcfbe5070643a08ae19cd"
|
40
40
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<script lang="ts">
|
4
4
|
import { onMount } from "svelte";
|
5
5
|
import { isMobile, checkSession, getDevice } from 'rvhelper';
|
6
|
-
import { _, addNewMessages, setupI18n } from './i18n';
|
6
|
+
import { _, addNewMessages, setLocale, setupI18n } from './i18n';
|
7
7
|
import { GamePageTranslations } from './translations';
|
8
8
|
|
9
9
|
// Native bridge
|
@@ -368,6 +368,7 @@
|
|
368
368
|
}, 100);
|
369
369
|
|
370
370
|
const initialSetup = ():void => {
|
371
|
+
setLocale(lang);
|
371
372
|
isLoading = false;
|
372
373
|
|
373
374
|
if (isMobile(userAgent)) {
|