-
Notifications
You must be signed in to change notification settings - Fork 21
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 (#232)
* Create translation directory conf/locale. This is the default used one in openedx-translations * Remove locale directory. It's not actually used. It was added when completion is stripped out of edx-platform, there is no local translation, and there is no translation project named completion in transifex * Update make extract_translations to use django-admin instead of manage.py Refs: FC-0012 OEP-58
- Loading branch information
Showing
4 changed files
with
8 additions
and
75 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 |
---|---|---|
|
@@ -33,6 +33,7 @@ htmlcov/ | |
|
||
# Translations | ||
*.mo | ||
completion/conf/locale/*/LC_MESSAGES/* | ||
|
||
# IDEs and text editors | ||
*~ | ||
|
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 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Configuration for i18n workflow. | ||
|
||
locales: | ||
- en # English - Source Language |
This file was deleted.
Oops, something went wrong.