Skip to content

Commit c3140cb

Browse files
author
alenkadev
committed
fix: adding merging of edx-proctoring-protortrack.po file back to Makefile
1 parent ba1cc09 commit c3140cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ swagger: ## generate the swagger.yaml file
3535
extract_translations: ## extract localizable strings from sources
3636
i18n_tool extract --no-segment -v
3737
cd conf/locale/en/LC_MESSAGES && msgcat djangojs.po underscore.po -o djangojs.po
38-
cd conf/locale/en/LC_MESSAGES && msgcat django.po wiki.po mako.po -o django.po
39-
cd conf/locale/en/LC_MESSAGES && rm wiki.po mako.po underscore.po
38+
cd conf/locale/en/LC_MESSAGES && msgcat django.po wiki.po edx_proctoring_proctortrack.po mako.po -o django.po
39+
cd conf/locale/en/LC_MESSAGES && rm wiki.po edx_proctoring_proctortrack.po mako.po underscore.po
4040

4141
pull_plugin_translations: ## Pull translations for edx_django_utils.plugins for both lms and cms
4242
python manage.py lms pull_plugin_translations --verbose $(ATLAS_OPTIONS)

0 commit comments

Comments
 (0)