Skip to content
Snippets Groups Projects
Commit b6a1e294 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3023452 by Lendude, ckaotik: Views placeholder texts are not translatable

parent dbf4fb86
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ views.filter.string:
type: boolean
label: 'Required'
placeholder:
type: string
type: label
label: 'Placeholder'
value:
type: string
......@@ -89,13 +89,13 @@ views.filter.numeric:
label: 'Exposed'
mapping:
min_placeholder:
type: string
type: label
label: 'Min placeholder'
max_placeholder:
type: string
type: label
label: 'Max placeholder'
placeholder:
type: string
type: label
label: 'Placeholder'
views.filter_value.numeric:
......
......@@ -381,3 +381,11 @@ function views_post_update_exposed_filter_blocks_label_display(&$sandbox = NULL)
return FALSE;
});
}
/**
* Rebuild cache to allow placeholder texts to be translatable.
*/
function views_post_update_make_placeholders_translatable() {
// Empty update to cause a cache rebuild to allow placeholder texts to be
// translatable.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment