feat: translate skills, jobs and industries#285
Merged
muhammad-ammar merged 1 commit intomasterfrom Jan 29, 2026
Merged
Conversation
1b46b2b to
4be04bb
Compare
b3a3bca to
d43b386
Compare
d43b386 to
6f6bf38
Compare
irfanuddinahmad
approved these changes
Jan 29, 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.
JIRA: https://2u-internal.atlassian.net/browse/ENT-11386
Add Taxonomy Translation Management Command
Summary
Adds
populate_taxonomy_translationscommand to translate taxonomy data (jobs, skills, industries) from English to target languages using Xpert AI.Changes
1. New Model:
TaxonomyTranslationsource_hashfor change detection(external_id, content_type, language_code)2. Translation Utilities:
taxonomy/translation_utils.pytranslate_item_with_xpert(): Translates using Xpert AITranslationError: Validation exception3. Management Command
Merge checklist:
requirements/*.txtfiles)make upgrade && make requirementshave been run to regenerate requirements./manage.py makemigrationshas been runPost merge:
(so basically once your build finishes, after maybe a minute you should see the new version in PyPi automatically (on refresh))
make upgradein course-discovery will look for the latest version in PyPi.