svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
23 stars 12 forks source link

Disable js i18n API #3627

Open DeD1rk opened 7 months ago

DeD1rk commented 7 months ago

What?

We should turn off the i18n API, and make the frontend not use it any more.

Why?

Currently, despite us not using translations, JS is still calling /i18n/js/. This is not necessary and makes the site slower.

How?

Probably read the Django docs. We might need to tweak some settings and JS, and remove the urls.