Skip to content

Missing translations in django.po (FR) for CRUDEvent model #325

@tbouteiller

Description

@tbouteiller

Issue - Incomplete translations for CrudEvents in django.po (FR) file

The following M2M translations are in the django.po file:

msgid "Many-to-Many Change"
msgid "Reverse Many-to-Many Change"

These CrudEvent types are missing translations in the django.po file:

(M2M_ADD, _('Many-to-Many Add')),
(M2M_ADD_REV, _('Reverse Many-to-Many Add')),
(M2M_REMOVE, _('Many-to-Many Remove')),
(M2M_REMOVE_REV, _('Reverse Many-to-Many Remove')),
(M2M_CLEAR, _('Many-to-Many Clear')),
(M2M_CLEAR_REV, _('Reverse Many-to-Many Clear')),

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