Skip to content

Commit

Permalink
TRANSLATIONS: translations command line resolution
Browse files Browse the repository at this point in the history
* Fixes translations cli commands since the `invenio-search-ui` removal.

Signed-off-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
jma committed Mar 27, 2019
1 parent 6fc52e5 commit e6d65a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ invenio-records-rest = ">=1.4.0,<1.5.0"
invenio-records-ui = ">=1.0.1,<1.1.0"
invenio-records = ">=1.1.0,<1.2.0"
Werkzeug = ">=0.15"
# TODO: to be removed
angular-gettext-babel= ">=0.1"

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down
9 changes: 8 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ def run(self):
'rero-ils = invenio_app.cli:cli',
],
'babel.extractors': [
'json = rero_ils.modules.babel_extractors:extract_json'
'json = rero_ils.modules.babel_extractors:extract_json',
# TODO: remove once the thumbnail are done in angular
'angular_gettext = angular_gettext_babel.extract:extract_angular'
],
'invenio_base.apps': [
# 'flask_debugtoolbar = flask_debugtoolbar:DebugToolbarExtension',
Expand Down

0 comments on commit e6d65a3

Please sign in to comment.