Skip to content

Commit

Permalink
feat: add edx-platform resources to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Nov 19, 2023
1 parent 2a76c11 commit 3a7414b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
44 changes: 44 additions & 0 deletions .github/workflows/sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,50 @@ jobs:
old_slug: credentials
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: django-partial
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: django-studio
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: edx_proctoring_proctortrack
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: mako
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: mako-studio
old_project_slug: edx-platform

- new_slug: edx-platform
old_slug: wiki
old_project_slug: edx-platform

- new_slug: edx-platform-js
old_slug: underscore
old_project_slug: edx-platform

- new_slug: edx-platform-js
old_slug: djangojs-studio
old_project_slug: edx-platform

- new_slug: edx-platform-js
old_slug: underscore-studio
old_project_slug: edx-platform

- new_slug: edx-platform-js
old_slug: djangojs-account-settings-view
old_project_slug: edx-platform

- new_slug: edx-platform-js
old_slug: djangojs-partial
old_project_slug: edx-platform

- new_slug: frontend-app-account
old_slug: frontend-app-account
old_project_slug: edx-platform
Expand Down
1 change: 0 additions & 1 deletion scripts/sync_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def sync_translation_entry(self, translation_id, translation_from_old_project, n
if updates:
if newer_translation_found:
print(translation_id, updates, '[Skipped: new project translation is more recent]')
import pdb; pdb.set_trace()
else:
print(translation_id, updates, '[Dry run]' if self.is_dry_run() else '')
if not self.is_dry_run():
Expand Down

0 comments on commit 3a7414b

Please sign in to comment.