diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 13:48:09 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 13:48:09 +0200 |
| commit | 7e92f9160fdfecfcddb32cb2fd16acf423b4a8cf (patch) | |
| tree | 372bf4d2fde8c7ad2f34780063db45a5cbaaa7a5 | |
| parent | 16cb4bb724d4183e283ca5a995064ec34baa5ada (diff) | |
Set the rss locale more explicit
| -rw-r--r-- | app/controllers/rss_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/rss_controller.rb b/app/controllers/rss_controller.rb index 5e296985..655ccba4 100644 --- a/app/controllers/rss_controller.rb +++ b/app/controllers/rss_controller.rb | |||
| @@ -5,7 +5,7 @@ class RssController < ApplicationController | |||
| 5 | def updates | 5 | def updates |
| 6 | expires_in 31.minutes, :public => true | 6 | expires_in 31.minutes, :public => true |
| 7 | 7 | ||
| 8 | I18n.locale = :de | 8 | I18n.locale = I18n.default_locale |
| 9 | 9 | ||
| 10 | @items = Page.heads | 10 | @items = Page.heads |
| 11 | .joins("JOIN taggings ON taggings.taggable_id = pages.id | 11 | .joins("JOIN taggings ON taggings.taggable_id = pages.id |
