-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Description
We are encountering inconsistent translation behavior within the term customizer module of the Decidim Barcelona instance. Specifically, we have configured a translation set for both the participatory space and the specific proposals component, where we altered the translation for the evaluating status. The following keys were modified:
decidim.admin.filters.proposals.state_eq.values.evaluatingdecidim.proposals.admin.proposal_answers.form.evaluatingdecidim.proposals.answers.evaluatingdecidim.proposals.application_helper.filter_state_values.evaluating
Despite these modifications, when accessing the public page of the proposals component, the translation is inconsistent. Sometimes it uses the custom translation, while other times it resorts to the default one.
Steps to Reproduce
- Configure a translation set for the participatory space and proposals component.
- Modify the translation for the evaluating status using the specified keys.
- Access the public page of the proposals component multiple times and check the inconsistent behavior.
Expected Behavior
The translation for the evaluating status should consistently reflect the custom value.
Actual Behavior
The translation for the evaluating status appears inconsistently, sometimes using the custom value and other times using the default one.
Screenshot
Additional Information
- Instance repository: https://github.com/AjuntamentdeBarcelona/decidim-barcelona
- Where to reproduce: https://www.decidim.barcelona/processes/forumjoveBCN/f/4890/
