From ad7aa7c8ce256bcfb82450a04062eff0afd24a2e Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 12 Jul 2018 21:29:14 -0500 Subject: [PATCH] Missing flight log translation --- resources/lang/en/pireps.php | 1 + resources/lang/it/pireps.php | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/lang/en/pireps.php b/resources/lang/en/pireps.php index dbc8e47c..2f537bdd 100644 --- a/resources/lang/en/pireps.php +++ b/resources/lang/en/pireps.php @@ -13,6 +13,7 @@ return [ 'pilotreport' => 'Pilot Report|Pilot Reports', 'arrived' => 'Arrived', 'source' => 'Source', + 'flightlog' => 'Flight Log', 'filedroute' => 'Filed Route', 'filedon' => 'Filed On', 'fare' => 'Fare|Fares', diff --git a/resources/lang/it/pireps.php b/resources/lang/it/pireps.php index 43a13ec6..dc4859a3 100644 --- a/resources/lang/it/pireps.php +++ b/resources/lang/it/pireps.php @@ -13,6 +13,7 @@ return [ 'fare' => 'Tariffa|Tariffe', 'class' => 'Classe', 'count' => 'Numero', + 'flightlog' => 'Flight Log', 'flighttime' => 'Tempo di volo', 'flightlevel' => 'Livello di Volo', 'fieldsreadonly' => 'Quando un PIREP viene sottoporre, alcuni cami entrano in modalità di sola lettura.',