File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 107
107
// Not directly used but available for convenience to users.
108
108
'privacy_policy ' => 'Privacy Policy ' ,
109
109
'terms_of_service ' => 'Terms of Service ' ,
110
+
111
+ // OpenSearch
112
+ 'opensearch_description ' => 'Search :appName ' ,
110
113
];
Original file line number Diff line number Diff line change 1
1
<OpenSearchDescription xmlns =" http://a9.com/-/spec/opensearch/1.1/" >
2
2
<ShortName >{{ mb_strimwidth (setting (' app-name' ), 0 , 16 ) } } </ShortName >
3
- <Description >Search {{ setting (' app-name' ) } } </Description >
3
+ <Description >{{ trans ( ' common.opensearch_description ' , [ ' appName ' => setting (' app-name' )] ) } } </Description >
4
4
<Image width =" 256" height =" 256" type =" image/png" >{{ setting (' app-icon' ) ?: url (' /icon.png' ) } } </Image >
5
5
<Image width =" 180" height =" 180" type =" image/png" >{{ setting (' app-icon-180' ) ?: url (' /icon-180.png' ) } } </Image >
6
6
<Image width =" 128" height =" 128" type =" image/png" >{{ setting (' app-icon-128' ) ?: url (' /icon-128.png' ) } } </Image >
You can’t perform that action at this time.
0 commit comments