Commit 8e47f582 by Clinton Blackburn

Corrected app name

edx_course_discovery -> course_discovery
parent 9f1b874e
{
"directory": "edx_course_discovery/static/bower_components",
"directory": "course_discovery/static/bower_components",
"interactive": false
}
[run]
branch = True
data_file = .coverage
source=edx_course_discovery
source=course_discovery
omit =
edx_course_discovery/settings*
edx_course_discovery/conf*
course_discovery/settings*
course_discovery/conf*
*wsgi.py
*migrations*
*admin.py
......
[pep8]
ignore=E501
max_line_length=119
exclude=settings,migrations,edx_course_discovery/static,bower_components,edx_course_discovery/wsgi.py
exclude=settings,migrations,course_discovery/static,bower_components,course_discovery/wsgi.py
[main]
host = https://www.transifex.com
[edx-platform.edx_course_discovery]
file_filter = edx_course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = edx_course_discovery/conf/locale/en/LC_MESSAGES/django.po
[edx-platform.course_discovery]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[edx-platform.edx_course_discovery-js]
file_filter = edx_course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = edx_course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
[edx-platform.course_discovery-js]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment