인용구 강조

다음 오류가 단독으로 de 번역*을 사용할 때만 발생합니다:

Quote Callouts의 오류를 나타내는 빨간 배너의 스크린샷

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/<사용자 이름>/preferences/interface 에서 "인터페이스 언어"를 "독일어 (Deutsch)"로 설정합니다.

이 오류는 2026.3.0-latest와 2026.4.0-latest 사이의 최근 Discourse 업데이트 중 하나에서 도입된 것으로 보이지만, 더 이상 구체적으로 파악할 수 없습니다. 현재 2026.4.0-latest 4b2c45376d와 Quote Callout v0.0.1 9aa6548를 사용하고 있습니다.

2개의 좋아요