Adding default of EN to localization store (#7208)

Этот коммит содержится в:
Christopher Speller
2017-08-14 17:48:08 -07:00
коммит произвёл Saturnino Abril
родитель 4cf316fcd3
Коммит c66bb2349e

Просмотреть файл

@@ -12,7 +12,7 @@ class LocalizationStoreClass extends EventEmitter {
constructor() {
super();
this.currentLocale = '';
this.currentLocale = 'en';
this.currentTranslations = null;
}