Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: fix Translations Entry Point #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This file is part of Invenio.
# Copyright (C) 2022 CERN.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2024 KTH Royal Institute of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -45,8 +46,8 @@ invenio_base.apps =
invenio_search_ui = invenio_search_ui:InvenioSearchUI
invenio_base.blueprints =
invenio_search_ui = invenio_search_ui.views:blueprint
invenio_search_ui.translations =
messages = invenio_search_ui
invenio_i18n.translations =
invenio_search_ui = invenio_search_ui
invenio_assets.webpack =
invenio_search_ui = invenio_search_ui.webpack:search_ui

Expand Down