Skip to content

Commit

Permalink
feat: standardize translation directory for i18n_tool
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Apr 10, 2023
1 parent 1f1cc25 commit 4a210a8
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ WORKING_DIR := lti_consumer
EXTRACT_DIR := $(WORKING_DIR)/translations/en/LC_MESSAGES
EXTRACTED_DJANGO := $(EXTRACT_DIR)/django-partial.po
EXTRACTED_DJANGOJS := $(EXTRACT_DIR)/djangojs-partial.po
EXTRACTED_TEXT := $(EXTRACT_DIR)/text.po
EXTRACTED_TEXT := $(EXTRACT_DIR)/django.po

extract_translations: ## extract strings to be translated, outputting .po files
cd $(WORKING_DIR) && i18n_tool extract
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions lti_consumer/conf/locale/en/LC_MESSAGES/text.po
2 changes: 1 addition & 1 deletion lti_consumer/locale
1 change: 1 addition & 0 deletions lti_consumer/translations

0 comments on commit 4a210a8

Please sign in to comment.