0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/.skills
Natalie Tay cff8f6ea4d
FEATURE: Allow selection of multiple content languages when viewing topics and posts (#42128)
Related:
https://meta.discourse.org/t/multi-language-preferences-for-displaying-localized-content/381116

Allow anon and logged in users to set more than one language that they
understand, when content localization is enabled.


### User preferences

In user preferences, we now include a Content Languages section when the
site has Content Localization enabled.

### Topic menu

In topics where there are any languages that's not the user's language,
the option will appear to set their preferred content languages. This
appears for anon and logged in users, but anon users will be asked to
logged in to set the languages.
__________

These preferences apply only to topic titles and posts. They do not
affect navigational features like categories, tags, or sidebar content.
The per-post option to show the original remains independent of the
user's preferences.

This PR temporarily retains `show_original_content` as a compatibility
field computed from `automatically_translate`, keeping cached clients
and rolling deployments safe. A follow-up PR will remove the legacy API
and frontend compatibility code, then retire the old database column
through the staged column-removal process.
2026-07-30 12:19:44 +08:00
..
discourse-acl-authoring FEATURE: Support users in DAccessControl and backend (#41358) 2026-07-15 09:18:06 +10:00
discourse-admin-ui DEV: Add a Discourse admin UI skill (#41040) 2026-06-19 16:19:35 +10:00
discourse-ai-llm-presets DEV: Refresh default LLM presets and pricing (#39673) 2026-04-30 17:02:32 -03:00
discourse-content-localization FEATURE: Allow selection of multiple content languages when viewing topics and posts (#42128) 2026-07-30 12:19:44 +08:00
discourse-migration DEV: Warn against schema changes in transaction-disabled migrations (#40360) 2026-05-28 17:23:15 +08:00
discourse-pr DEV: Tweaks for discourse-pr skill (#39643) 2026-04-30 10:36:06 +01:00
discourse-screenshots DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
discourse-service-authoring DEV: tasks and autonomous mode for service skill (#38619) 2026-03-16 10:21:04 +01:00
discourse-site-settings DEV: Site settings skills - for categories can allow for more flexible options (#41504) 2026-07-09 15:53:00 +08:00
discourse-upcoming-changes DEV: Move upcoming-changes CSS to dedicated files, loaded last (#41987) 2026-07-24 16:57:22 +01:00
discourse-upcoming-changes-authoring FIX: Do not notify new sites or plugins enabled of old upcoming changes (#42045) 2026-07-30 09:51:08 +10:00
discourse-writing-html-css Add instructions RE:icons (#41283) 2026-07-06 11:48:46 +02:00
discourse-writing-js-tests DEV: Document bin/qunit regex filters (#41916) 2026-07-22 15:50:36 +01:00
discourse-writing-rspec-tests DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17:22 +08:00