引用の呼び出し

de翻訳を使用している場合のみ、以下のエラーが発生します:

引用コールアウトのエラーを示す赤いバナーのスクリーンショット

JSコンソール:

client-error-handler.js:109 [THEME 6 'Quote Callouts'] TypeError: Cannot set properties of undefined (setting 'callout_sample')
    at new po (callouts.gjs:30:19)
    at callouts.gjs:265:23
    at eK (plugin-api.gjs:3582:10)
    at Object.initialize (callouts.gjs:264:5)
    at i.initialize (app.js:304:28)
    at index.js:375:19
    at e.each (index.js:183:7)
    at e.walk (index.js:112:10)
    at e.each (index.js:59:20)
    at e.topsort (index.js:65:10)
    at ij._runInitializer (index.js:388:11)
    at ij.runInstanceInitializers (index.js:373:10)
    at l._bootSync (instance.js:111:22)
    at ij.didBecomeReady (index.js:780:18)
    at invoke (index.js:262:14)
    at m.flush (index.js:180:11)
    at g.flush (index.js:334:19)
    at Y._end (index.js:762:32)
    at Y._boundAutorunEnd (index.js:499:12)
h	@	client-error-handler.js:109

このエラーは、以下の引用の最後の行で発生しています:

class QuoteCallouts {
  constructor(owner, api) {
    [...]
    window.I18n.translations[
      window.I18n.fallbackLocale || "en"
    ].js.composer.callout_sample = ``;

️ * /u/<username>/preferences/interface の「インターフェース言語」を「ドイツ語 (Deutsch)」に設定してください

このエラーは、2026.3.0-latest と 2026.4.0-latest の間の最近の Discourse アップデートのいずれかで導入されたもののようですが、原因を特定できていません。現在は 2026.4.0-latest 4b2c45376d および Quote Callout v0.0.1 9aa6548 を使用しています。

「いいね!」 2