About Solving Conflicts in django.po Files
When you have git conflicts in django.po
files, probably the best way to solve them is to save the conflicting versions as django-older.po
and django-newer.po
temporarily and use msgcat
command to combine them:
1 2 3 4 |
|
Then rerun the makemessages
and compilemessages
management commands.
Tips and Tricks Programming Development Django 5.x Django 4.2 Django 3.2 Git gettext
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.