@esershnr/artalk 2.9.2 → 2.9.3

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.
@@ -4435,7 +4435,7 @@ const GotoFocus = (ctx) => {
4435
4435
  comment.focus();
4436
4436
  }));
4437
4437
  };
4438
- const version = "2.9.2";
4438
+ const version = "2.9.3";
4439
4439
  const Copyright = (ctx) => {
4440
4440
  const list = ctx.inject("list");
4441
4441
  ctx.on("mounted", () => {
@@ -7407,6 +7407,7 @@ class SidebarLayer {
7407
7407
  const query = {
7408
7408
  pageKey: this.opts.getConf().get().pageKey,
7409
7409
  site: this.opts.getConf().get().site || "",
7410
+ locale: this.opts.getConf().get().locale,
7410
7411
  user: JSON.stringify(this.opts.getUser().getData()),
7411
7412
  time: +/* @__PURE__ */ new Date()
7412
7413
  };