@sumaris-net/ngx-components 0.27.14 → 0.27.15

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.
@@ -2816,7 +2816,7 @@
2816
2816
  var contextualKey = this.contextualKey(key, context);
2817
2817
  // Return the contextual translation, or default of not exists
2818
2818
  var translation = this.translate.instant(contextualKey, interpolateParams);
2819
- return (translation !== contextualKey) ? translation : this.translate.instant(key);
2819
+ return (translation !== contextualKey) ? translation : this.translate.instant(key, interpolateParams);
2820
2820
  };
2821
2821
  /**
2822
2822
  * Compute a contextual i18n key, using the context as suffix