제 시스템에서 직접 확인해 보니, 저에게도 동일한 오류가 발생하기 시작했습니다. 최신 업데이트에서 이루어진 변경 사항이 이 문제를 일으킨 것으로 보입니다. discourse-ai 시스템에 적용된 변경 사항으로 인해 수동 편집이 차단되는 것 같습니다. 어제까지는 이 작업을 수행할 수 있었는데, 오늘 업데이트 이후로는 더 이상 불가능합니다.
main ← also-translate-overrides
merged 03:44PM - 15 Apr 26 UTC
Follow up from https://github.com/discourse/discourse/pull/39282, when the (exam… ple) English value is overridden, we want to translate that instead of the value in the yml file.
We now pass a source_locale depending on which language in the dropdown is selected. If "de" is selected, we will (load and) translate using this priority:
- "de" translation overrides
- "de" yml file
- "en" translation overrides
- "en" yml file
committed 01:12PM - 15 Apr 26 UTC
This PR does two things:
- adds a plugin outlet visible within `/admin/customize… /themes/:id`
- adds a button there to trigger theme translatable fields translations
from within discourse-ai
- following the other translation features, it translates the values to
`content_localization_supported_locales` only.
- uses the ShortTextTranslator
/t/181269
참고로 @nat 님께 공유드립니다.