wagtail / wagtail-localize

Translation plugin for Wagtail CMS
https://wagtail-localize.org/
Other
223 stars 85 forks source link

Fix the Locale create/edit/delete success messages #762

Closed ACK1D closed 9 months ago

ACK1D commented 9 months ago

This pull request addresses an issue related to success messages in the CreateView, EditView, and DeleteView for Locales. The previous implementation of success messages was not handling formatting properly, and this PR introduces improvements. Fix #761 761

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fc8fcb3) 92.63% compared to head (de6608e) 92.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #762 +/- ## ========================================== + Coverage 92.63% 92.64% +0.01% ========================================== Files 47 47 Lines 4059 4065 +6 Branches 602 602 ========================================== + Hits 3760 3766 +6 Misses 176 176 Partials 123 123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.