thunderbird / addons-server

🕶 addons.thunderbird.net Django app and API, forked from addons.mozilla.org 🎉
https://addons.thunderbird.net
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

Automatic emails from reviewers have german lanague link :) #275

Open Juraj-Masiar opened 6 months ago

Juraj-Masiar commented 6 months ago

Describe the problem and steps to reproduce it:

image

What happened?

Page opens in German :)

What did you expect to happen?

The language part should not be there at all, that way browser will load locally set language.

MelissaAutumn commented 6 months ago

This is most likely because the reviewer has their locale set to de. To fix this we'll need to remove locale code from the reverse() call from notify_about_activity_log -> Addons.models.get_dev_url.