mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 22:25:58 +08:00
Meta: https://meta.discourse.org/t/set-locale-from-param-and-content-localisation-issue/387547 We want to make sure that the `SiteSetting.set_locale_from_param` conforms to its description: `"Allows setting an anonymous user's locale via the 'tl' URL param, e.g. ?tl=es"`. Currently, the bug is that this is applied to logged in users as well. We also do not want to modify a logged in user's locale as it should remain as per their user profile. |
||
|---|---|---|
| .. | ||
| application_helper.rb | ||
| common_helper.rb | ||
| email_helper.rb | ||
| embed_helper.rb | ||
| emoji_helper.rb | ||
| list_helper.rb | ||
| posts_helper.rb | ||
| qunit_helper.rb | ||
| topic_post_bookmarkable_helper.rb | ||
| topics_helper.rb | ||
| user_notifications_helper.rb | ||