사이트 텍스트 보간 값?

Where do we find the default values of some of the interpolation keys? An override we had on some customized text randomly stopped working, and I see that the old interpolation values are now no longer available.

While trying to adjust the text to use the new values, I see there’s no way for me to tell what those values are.

I’d love to know all interpolation values for posterity, but for the short term, I’m trying to modify discourse_welcome_topic.body and would know to know the values for:

  • site_info_quote
  • feedback_category

다음과 같은 형태로:

사이트 제목

사이트 설명


Contribute > Site feedback (또는 카테고리 이름에 따라 유사한 이름)

Where is this determined?

There:

I don’t think there is an easy way. You can search on GitHub based on the translation key.

For example discourse_welcome_topic.body:

음, 그 값이 사실 #contribute:site-feedback이라는 카테고리에 하드코딩되어 있네요. 흥미롭네요.

이 모든 걸 알려줘서 감사합니다!