ps-toolkit-ui 0.0.201 → 0.0.202

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.
@@ -7062,7 +7062,6 @@
7062
7062
  return lang.get('Public', null, key, v);
7063
7063
  };
7064
7064
  this.months = [this.l('Month1'), this.l('Month2'), this.l('Month3'), this.l('Month4'), this.l('Month5'), this.l('Month6'), this.l('Month7'), this.l('Month8'), this.l('Month9'), this.l('Month10'), this.l('Month11'), this.l('Month12')];
7065
- moment.locale('fa');
7066
7065
  this.setActive(moment__namespace());
7067
7066
  }
7068
7067
  CalendarComponent.prototype.changeState = function (s) {
@@ -7145,7 +7144,6 @@
7145
7144
 
7146
7145
  var ClockComponent = /** @class */ (function () {
7147
7146
  function ClockComponent() {
7148
- moment.locale('fa');
7149
7147
  this.active = moment__namespace();
7150
7148
  }
7151
7149
  ClockComponent.prototype.ngOnInit = function () {