feat: add course translation feature#583
Merged
ahmed-arb merged 11 commits intodevelop-teakfrom Jan 20, 2026
Merged
Conversation
0680826 to
cee5d92
Compare
eemaanamir
approved these changes
Jan 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Meta Translation Support for edX Platform
This PR adds backend support for the meta-translation feature, enabling course authors to create and manage translated versions of courses. The changes include API enhancements, serializer updates, and proper handling of translation context across various Studio operations.
📁 File Changes
Core Module Store
xmodule/modulestore/mixed.pyREST API Serializers
cms/djangoapps/contentstore/rest_api/serializers/common.pycms/djangoapps/contentstore/rest_api/v1/serializers/settings.pyis_destination_coursefield to course settings serializercms/djangoapps/contentstore/rest_api/v1/serializers/vertical_block.pyis_destination_blockfield in vertical block children serializer to identify translated blockscms/djangoapps/contentstore/rest_api/v1/serializers/course_index.pycms/djangoapps/contentstore/rest_api/v1/serializers/home.pycms/djangoapps/contentstore/rest_api/v1/serializers/course_rerun.pycms/djangoapps/contentstore/rest_api/v2/serializers/home.pyREST API Views
cms/djangoapps/contentstore/rest_api/v1/views/settings.pycms/djangoapps/contentstore/rest_api/v1/views/course_details.pycms/djangoapps/contentstore/rest_api/v2/views/home.pyCore Views
cms/djangoapps/contentstore/views/course.pycms/djangoapps/contentstore/views/preview.pyUtilities & Handlers
cms/djangoapps/contentstore/utils.pycms/djangoapps/contentstore/tasks.pycms/djangoapps/contentstore/xblock_storage_handlers/view_handlers.py🎯 Key Features
is_destination_courseandis_destination_blockflags throughout REST APIs🧪 Testing Recommendations
This PR should be tested with:
Related issue: #555