Skip to content

Conversation

@nedagilanian
Copy link

Summary

This PR adds the missing French (fr) translations for the CRUDEvent model in django.po.

Changes

  • Added translations for fields like user, action, timestamp,...

Closes #325

@jangus03
Copy link

jangus03 commented Apr 7, 2025

I think you're still missing some translations. E.g.
(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')),

@nedagilanian
Copy link
Author

Thanks for the feedback! I've added the missing translations for the M2M actions

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

Successfully merging this pull request may close these issues.

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

2 participants