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 paths for the i18n message catalogues in the paster extension template for
setup.cfgare incorrect -- they're all missing ackanext/<extension name>/prefix, so thatpython setup.py extract_messages, etc. all fail.