Skip to content

Incompatible with multiple apps with different translations #107

Description

@asteinlein

Flask-Babel stores an app instance in self.app, which will be set in init_app() regardless. This means that using the same Babel instance with multiple apps (each app running babel_instance.init_app(app) doesn't work as expected: Only the translations from the last app configured will be used.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions