mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
dc7e2df20a
Were using old entity naming scheme (*.ss) instead of underscored version which doesn't create a new YML namespace. This means all existing translations should indeed be used. Was already fixed in master, but not in 3.1
8 lines
187 B
Scheme
8 lines
187 B
Scheme
<h3><% _t('ModelSidebar_ss.SEARCHLISTINGS','Search') %></h3>
|
|
$SearchForm
|
|
|
|
<% if $ImportForm %>
|
|
<h3><% _t('ModelSidebar_ss.IMPORT_TAB_HEADER', 'Import') %></h3>
|
|
$ImportForm
|
|
<% end_if %>
|