Skip to content
Snippets Groups Projects
Commit e4bb599f authored by Shadi Naif's avatar Shadi Naif
Browse files

feat: standardize translation directory for i18n_tool

Refs: FC-0012 OEP-58
parent f9dac315
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 1 deletion
......@@ -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
......
django.po
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment