mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 08:11:40 +00:00
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:
parent
c9cd6b0cbd
commit
feea68e057
|
@ -1,5 +1,5 @@
|
|||
class Localization {
|
||||
language:string = 'ru';
|
||||
language:string = 'en';
|
||||
|
||||
translations: any = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue