N°3207 - Global search: Introduce new widget

This commit is contained in:
Molkobain
2020-07-23 17:41:27 +02:00
parent 00dc1d3f3b
commit b3dcfea8dc
17 changed files with 531 additions and 9 deletions

View File

@@ -19,4 +19,8 @@
// Global search
Dict::Add('EN US', 'English', 'English', array(
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...',
'UI:Component:GlobalSearch:Recents:Title' => 'Recents',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet',
));