Move downloads into separate files
This commit is contained in:
8
resources/lang/en/downloads.php
Normal file
8
resources/lang/en/downloads.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
return [
|
||||
'none' => 'There are no downloads!',
|
||||
];
|
||||
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'downloads' => [
|
||||
'nodownloads' => 'There are no downloads!',
|
||||
],
|
||||
|
||||
];
|
||||
8
resources/lang/it/downloads.php
Normal file
8
resources/lang/it/downloads.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
return [
|
||||
'none' => 'Non ci sono downloads!',
|
||||
];
|
||||
@@ -1,7 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'downloads' => [
|
||||
'nodownloads' => 'Non ci sono downloads!',
|
||||
],
|
||||
];
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@if(!$grouped_files || \count($grouped_files) === 0)
|
||||
<div class="jumbotron text-center">@lang('frontend.downloads.nodownloads')</div>
|
||||
<div class="jumbotron text-center">@lang('downloads.none')</div>
|
||||
@else
|
||||
@foreach($grouped_files as $group => $files)
|
||||
<div class="row" style="margin-bottom: 40px;">
|
||||
|
||||
Reference in New Issue
Block a user