Skip to content

Cyrillic hint "Поиск" in search in english locale #15942

Description

@pplatanias

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

Image 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$ 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions