mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-10 11:45:56 +08:00
## 🔍 Overview This update includes some small improvements to post localizations. In particular: - we only show add translation button if user is part of `experimental_content_localization_allowed_groups` and `SiteSetting.experimental_content_localization` is `true` - we no longer load `post_localizations` on every post until the post localization globe is clicked - we move the post localization indicator to be an menu item in the post-action-buttons instead of being in the post meta data - we remove the `SiteSetting.content_localization_debug_allowed_groups` in favor of using a single setting: `experimental_content_localization_allowed_groups_map` ## 📷 Screenshots   |
||
|---|---|---|
| .. | ||
| schemas | ||
| shared | ||
| backups_spec.rb | ||
| badges_spec.rb | ||
| categories_spec.rb | ||
| groups_spec.rb | ||
| invites_spec.rb | ||
| multiple_invites_spec.rb | ||
| notifications_spec.rb | ||
| posts_spec.rb | ||
| private_messages_spec.rb | ||
| rate_limits_spec.rb | ||
| search_spec.rb | ||
| site_spec.rb | ||
| tags_spec.rb | ||
| topics_spec.rb | ||
| uploads_spec.rb | ||
| user_badges_spec.rb | ||
| users_spec.rb | ||