@everymatrix/casino-game-page 0.0.222 → 0.0.223

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.222",
3
+ "version": "0.0.223",
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": "3f56a3b8fe7c6974efedb51c6584f188e1d31908"
39
+ "gitHead": "5372f53977f5b7ba141b1afe5dc2b85d2c0bc9e7"
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)) {