diff --git a/src/ts/helpers/Localization/index.ts b/src/ts/helpers/Localization/index.ts index 6b618a0..1033fec 100644 --- a/src/ts/helpers/Localization/index.ts +++ b/src/ts/helpers/Localization/index.ts @@ -1,5 +1,5 @@ class Localization { - language:string = 'ru'; + language:string = 'en'; translations: any = {};