Change default language to English

The default language in the Localization class has been updated. Previously, the default was set to Russian ('ru'), but it has now been changed to English ('en') for broader usability.
This commit is contained in:
Alexander Bakiev 2023-11-30 01:54:32 +01:00
parent c9cd6b0cbd
commit feea68e057

View file

@ -1,5 +1,5 @@
class Localization { class Localization {
language:string = 'ru'; language:string = 'en';
translations: any = {}; translations: any = {};