Skip to content

poiCategoryRow: Call gettext on row label

Marcus Lundblad requested to merge wip/mlundblad/fix-gettext-poi-categories into main

The POI categories map (with gettext marks) is evaluated when resolving the ES imports, this happens before localization is initialized. Explicitly call the gettext function when dynamically constructing the category rows.

Fixes #593 (closed)

Merge request reports