mol_plot_all 1.2.556 → 1.2.558

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/web.test.js CHANGED
@@ -3585,7 +3585,7 @@ var $;
3585
3585
  const en = this.texts('en')[key];
3586
3586
  if (!en)
3587
3587
  return key;
3588
- const cache_key = `$mol_locale.text(${JSON.stringify(key)})`;
3588
+ const cache_key = `$mol_locale.text(${JSON.stringify(key)}):${lang}`;
3589
3589
  const cached = this.$.$mol_state_local.value(cache_key);
3590
3590
  if (cached)
3591
3591
  return cached;