stefanfoulis / django-phonenumber-field

A django model and form field for normalised phone numbers using python-phonenumbers
MIT License
1.48k stars 318 forks source link

Stop tracking .mo files with git #590

Closed francoisfreitag closed 9 months ago

francoisfreitag commented 9 months ago

The .mo files are the result of compilation of the .po files. Tracking them with git is useless. Besides, translation contributors had to regenerate them (or have a maintainer do it), allowing for user errors.

Fixes #565

francoisfreitag commented 9 months ago

Works well, MO files are indeed included in the package: https://github.com/stefanfoulis/django-phonenumber-field/actions/runs/7213649161/job/19653981073?pr=590