Skip to content

Commit

Permalink
feat: standardize make extract_translations
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Apr 27, 2023
1 parent 81463e9 commit 96650cb
Show file tree
Hide file tree
Showing 119 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ diff_cover: test
## Localization targets

extract_translations: ## extract strings to be translated, outputting .mo files
cd edx_proctoring && ../manage.py makemessages -l en -v1 -d django
cd edx_proctoring && ../manage.py makemessages -l en -v1 -d djangojs
cd edx_proctoring && django-admin makemessages -l en -v1 -d django
cd edx_proctoring && django-admin makemessages -l en -v1 -d djangojs

compile_translations: ## compile translation files, outputting .po files for each supported language
cd edx_proctoring && ../manage.py compilemessages
cd edx_proctoring && django-admin compilemessages

detect_changed_source_translations:
cd edx_proctoring && i18n_tool changed
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions edx_proctoring/locale

0 comments on commit 96650cb

Please sign in to comment.