Aircraft Controller refactor and localization
This commit is contained in:
+9
-3
@@ -4,9 +4,15 @@
|
||||
'description' => '',
|
||||
],
|
||||
'aircraft_manufacturers' => [
|
||||
'name' => 'Name',
|
||||
'link' => 'Link',
|
||||
'history' => 'History',
|
||||
'name' => 'Manufacturer Name',
|
||||
'link' => 'Link to Homepage',
|
||||
'history' => 'History of Manufacturer',
|
||||
],
|
||||
'aircrafts' => [
|
||||
'type' => 'Aircraft Type',
|
||||
'registration' => 'Aircraft Registration',
|
||||
'name' => 'Aircraft Name',
|
||||
'home_base' => 'Aircraft Home Base',
|
||||
],
|
||||
'menu' => [
|
||||
'main' => 'GA Fleet',
|
||||
|
||||
Reference in New Issue
Block a user