TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

added swedish translation #76

Open minifisk opened 2 years ago

minifisk commented 2 years ago

Hey man, I added a swedish translation, not sure on how to do with the .mo file, but I added the swedish text in the .po file at least!

piotrkilczuk commented 2 years ago

Thanks, we need the .mo file as well. This should be as simple as running compilemessages: https://docs.djangoproject.com/en/4.0/topics/i18n/translation/#compiling-message-files

minifisk commented 2 years ago

Thanks, we need the .mo file as well. This should be as simple as running compilemessages: https://docs.djangoproject.com/en/4.0/topics/i18n/translation/#compiling-message-files

Hi, sorry I can't make a PR now as I did a own fork and added a link to my own privacy policy, but you can take my swedish text and just run the compilemessage and you would have the swedish translation. Thanks for a great repo, really awesome!!