Skip to content

Commit 3c957ea

Browse files
committed
Generate js translations, ckan does not do it automatically anymore
1 parent 273a89f commit 3c957ea

File tree

1 file changed

+4
-1
lines changed
  • ansible/roles/ckan-translations/tasks

1 file changed

+4
-1
lines changed

ansible/roles/ckan-translations/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
command: "{{ virtualenv }}/bin/python setup.py compile_catalog -f"
88
with_items: "{{ translation_projects }}"
99
args:
10-
chdir: "{{ ckanext_sync_path }}/{{ item }}"
10+
chdir: "{{ ckanext_sync_path }}/{{ item }}"
11+
12+
- name: Generate JS translations
13+
command: "{{ virtualenv }}/bin/ckan -c {{ ckan_ini }} translation js"

0 commit comments

Comments
 (0)