Adding default of EN to localization store (#7208)
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
4cf316fcd3
Коммит
c66bb2349e
@@ -12,7 +12,7 @@ class LocalizationStoreClass extends EventEmitter {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.currentLocale = '';
|
this.currentLocale = 'en';
|
||||||
this.currentTranslations = null;
|
this.currentTranslations = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user