Skip to content

Translation with Babel does not work for column names #108

@nullptrT

Description

@nullptrT

The code

class TableUsers(Table):
    account_name = Col(_('account_name'))

resolves to the HTML string account_name instead of Account name. Translation in regular python and jinja2 code works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions