Commit b7ff0a29 by Clinton Blackburn

Merge pull request #1700 from edx/insights-translations

Compiling Insights Translations
parents 9ce45958 f85681c9
...@@ -149,6 +149,7 @@ insights_requirements: ...@@ -149,6 +149,7 @@ insights_requirements:
insights_debian_pkgs: insights_debian_pkgs:
- 'libmysqlclient-dev' - 'libmysqlclient-dev'
- 'build-essential' - 'build-essential'
- gettext
insights_redhat_pkgs: insights_redhat_pkgs:
- 'community-mysql-devel' - 'community-mysql-devel'
...@@ -80,6 +80,12 @@ ...@@ -80,6 +80,12 @@
- "collectstatic --noinput" - "collectstatic --noinput"
- "compress" - "compress"
- name: compile translations
shell: >
chdir={{ insights_code_dir }}/analytics_dashboard
. {{ insights_venv_bin }}/activate && i18n_tool generate -v
sudo_user: "{{ insights_user }}"
- name: write out the supervisior wrapper - name: write out the supervisior wrapper
template: > template: >
src=edx/app/insights/insights.sh.j2 src=edx/app/insights/insights.sh.j2
......
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