# 연간 리뷰가 현지화 언어로 데이터를 게시하지 않음

**URL:** https://meta.discourse.org/t/yearly-review-doesnt-publish-data-in-localised-language/228044
**Category:** Support
**Tags:** yearly-review
**Created:** [5월 25, 2022, 6:39오전 UTC](https://meta.discourse.org/t/yearly-review-doesnt-publish-data-in-localised-language/228044 "2022-05-25T06:39:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![md-misko](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/md-misko/32/126315_2.png) [@md-misko](https://meta.discourse.org/u/md-misko)
#### Post date: [5월 25, 2022, 6:39오전 UTC](https://meta.discourse.org/t/yearly-review-doesnt-publish-data-in-localised-language/228044/1 "2022-05-25T06:39:24Z")

</div>

[Discourse Yearly Review Plugin](https://meta.discourse.org/t/discourse-yearly-review-plugin/105713)에서 이어서 논의합니다:

> [@simon](#):
>
> `Jobs::YearlyReview.new.execute(force: true, review_year: '2021')`

연례 리뷰(Yearly Review)를 현지화 언어로 게시하려고 합니다. 플러그인은 완전히 번역되었고, 포럼은 재빌드되었으며 사이트 설정에서 번역이 표시되지만, 위의 명령을 실행하면 YR 토픽이 현지 언어(사이트 설정에서 기본 언어로 설정되어 있음) 대신 영어로 생성됩니다.

YR 토픽을 사이트 기본 언어로 생성하기 위해 명령에 추가 스위치가 필요한가요?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [1월 3, 2025, 10:32오전 UTC](https://meta.discourse.org/t/yearly-review-doesnt-publish-data-in-localised-language/228044/2 "2025-01-03T10:32:04Z")

</div>

해결책이 최근 해당 플러그인의 토픽에서 공유되었습니다.

> [@Canapin](#):
>
> 다음과 같이 사용하면
> 
> ```plaintext
> I18n.with_locale(SiteSetting.default_locale) do
> Jobs::YearlyReview.new.execute(force: true, review_year: 2024)
> end
> 
> ```
> 
> 해결됩니다.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2월 2, 2025, 10:32오전 UTC](https://meta.discourse.org/t/yearly-review-doesnt-publish-data-in-localised-language/228044/3 "2025-02-02T10:32:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
