Skip to content

search: resolve translations at runtime

Antonio Terceiro requested to merge terceiro/noosfero:fix-i18n into master

If you resolve the translation calls -- _("...") -- at load time they will not be translated based on the current user's language.

SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got removed.

Merge request reports