-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: standardize make extract_translations (#212)
* Delete `locale` directory as it's not needed * Fix the translation command `make extract_translations` to use `django-admin` instead of `manage.py`. And fix `cd edx-ace` to the correct path `cd edx_ace` Refs: FC-0012 OEP-58
- Loading branch information
Showing
3 changed files
with
7 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,3 +71,6 @@ edx_ace/tests/__init__.py | |
default.db | ||
|
||
.hypothesis | ||
|
||
# Translation | ||
edx_ace/conf/locale/*/LC_MESSAGES/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.