You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The paths for the i18n message catalogues in the paster extension template for setup.cfg are incorrect -- they're all missing a ckanext/<extension name>/ prefix, so that python setup.py extract_messages, etc. all fail.
The text was updated successfully, but these errors were encountered:
torfsen
added a commit
to torfsen/ckan
that referenced
this issue
Oct 13, 2016
The paths for the i18n message catalogues in the paster extension template for
setup.cfg
are incorrect -- they're all missing ackanext/<extension name>/
prefix, so thatpython setup.py extract_messages
, etc. all fail.The text was updated successfully, but these errors were encountered: