Closed berycz closed 1 year ago
Probably broken in Swedish and German too.
oh btw, I had similar problem with the freetext_search__display_name
where Search
has cz translate Hledat
(verb infinitive) and I need rather something like Hledané slovo
(=Search term
)
In
query.py
you have filter submit button withdisplay_name=gettext('Filter')
, which gets translated in czech (from django translates) asFiltr
- that is noun though and this should be verb (CZ: imperativeFiltruj
or infinitiveFiltrovat
) Might be better to make itdisplay_name=gettext('Submit filter')
and translate it even for EN I might be wrong but I'd also guess that iommi translates override the ones from django based on INSTALLED_APPS order?