Closed (cannot reproduce)
Project:
Drupal core
Version:
9.3.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
25 Jul 2018 at 10:51 UTC
Updated:
6 Apr 2022 at 11:37 UTC
Jump to comment: Most recent
Comments
Comment #2
szabeh commentedComment #8
finneI could not reproduce this on a D9.4.x-dev install of Umami. Translating the placeholder is however quite difficult:
In the English language:
1) edit the /admin/content view to remove the label in the views filter for Title.
2) edit the /admin/content view to add a placeholder 'title' in the views filter for Title.
3) Save the view
now you need to edit the Spanish translation:
1) click the Translate view tab and edit the Spanish version
2) Find the Filter translations: Displays > Default Display settings > Content Default display options > Filters.
3) In here you will find an empty string that is translated to 'Titulo'. That is the empty label, so the translation needs to be empty too.
4) Next the placeholder 'title' has a translation 'title', so that needs changing to 'titulo'.
5) Save the translation.
Having done this the bug seems to be solved / not reproducable.