tabby-connection-homepage 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2211,7 +2211,6 @@ let HomepageTranslateService = class HomepageTranslateService {
2211
2211
  }
2212
2212
  initMyTranslate() {
2213
2213
  const data = js_yaml__WEBPACK_IMPORTED_MODULE_2__["default"].load(_static_i18n_yaml__WEBPACK_IMPORTED_MODULE_3__["default"]);
2214
- this.translate.setDefaultLang('en-US');
2215
2214
  function transform(obj) {
2216
2215
  const result = {};
2217
2216
  function recurse(current, path) {