More organizing for translations

This commit is contained in:
Nabeel Shahzad
2018-05-21 11:55:40 -05:00
parent 36dcd61feb
commit 0a7f002217
48 changed files with 393 additions and 410 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
/**
*
*/
return [
'type' => [
'flight' => 'Flight',
'daily' => 'Daily',
'monthly' => 'Monthly',
],
];