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

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

Open
tbouteiller opened this issue Jan 29, 2025 · 0 comments
Open

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

tbouteiller opened this issue Jan 29, 2025 · 0 comments

Comments

@tbouteiller
Copy link

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')),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant