In Ubuntu 24, when using DefectDojo via the provided docker-compose as is, I see this up top, and everything else in english.

but
In the repo, I see in
https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/locale/en/LC_MESSAGES/django.po#L8963
and
https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/locale/en/LC_MESSAGES/django.po#L5920C1-L5924C15
#: dojo/templates_classic/base.html
#, fuzzy
#| msgid "Search"
msgid "simple_search"
msgstr "Поиск"
On the running container:
...:~/defectdojo/django-DefectDojo$ docker compose exec uwsgi grep -rln 'Поиск' /app/ 2>/dev/null
/app/dojo/locale/en/LC_MESSAGES/django.po
/app/dojo/locale/en/LC_MESSAGES/django.mo
/app/dojo/locale/ru/LC_MESSAGES/django.po
/app/dojo/locale/ru/LC_MESSAGES/django.mo
and
<user>:docker compose exec uwsgi cat /app/dojo/locale/en/LC_MESSAGES/django.mo
��,<PQBX
�SearchProject-Id-Version: PACKAGE VERSION
Report-Msgid-Bugs-To:
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE
Last-Translator: FULL NAME <EMAIL@ADDRESS>
Language-Team: LANGUAGE <LL@li.org>
Language:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=(n != 1);
Поиск<user>:~/defectdojo/django-DefectDojo$
In Ubuntu 24, when using DefectDojo via the provided docker-compose as is, I see this up top, and everything else in english.
In the repo, I see in
https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/locale/en/LC_MESSAGES/django.po#L8963
and
https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/locale/en/LC_MESSAGES/django.po#L5920C1-L5924C15
On the running container:
and