# Discourse Yearly Review

**URL:** https://meta.discourse.org/t/discourse-yearly-review/105713
**Category:** Plugin
**Tags:** official, yearly-review
**Created:** [1월 4, 2019, 9:23오후 UTC](https://meta.discourse.org/t/discourse-yearly-review/105713 "2019-01-04T21:23:16Z")
**Posts on this page:** 1
**Showing post:** 184

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [1월 1, 2025, 4:28오후 UTC](https://meta.discourse.org/t/discourse-yearly-review/105713/184 "2025-01-01T16:28:18Z")

</div>

리뷰는 내 포럼의 언어로 생성되었지만, 플러그인을 활성화하는 것을 잊어버린 다른 포럼에서는 rails 콘솔을 통해 주제를 생성했는데, 이 경우 포럼의 언어 대신 영어로 생성되었습니다 🤔

* * *

테스트 후, rails 명령을 통해 실행할 경우 리뷰가 영어로 생성됨을 확인했습니다.

* * *

다음과 같이 사용하면

```rb
I18n.with_locale(SiteSetting.default_locale) do
  Jobs::YearlyReview.new.execute(force: true, review_year: 2024)
end

```

해결됩니다.

---

_[View the full topic](https://meta.discourse.org/t/discourse-yearly-review/105713)._
