From d3cea7a89cdc554092dc20fb26437033c7c191d4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 May 2015 09:52:58 +0200 Subject: [PATCH] Add new supported languages [skip ci] --- config/firefly.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 4996101cde..da81a14f10 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -21,7 +21,7 @@ return [ 'defaultAsset' => 'Default asset account', 'sharedAsset' => 'Shared asset account', 'savingAsset' => 'Savings account', - 'ccAsset' => 'Credit card', + 'ccAsset' => 'Credit card', ], 'range_to_text' => [ @@ -32,7 +32,7 @@ return [ '6M' => 'half year', 'custom' => '(custom)' ], - 'ccTypes' => [ + 'ccTypes' => [ 'monthlyFull' => 'Full payment every month' ], 'range_to_name' => [ @@ -77,9 +77,9 @@ return [ ], 'accountTypeByIdentifier' => [ - 'asset' => 'Asset account', - 'expense' => 'Expense account', - 'revenue' => 'Revenue account' + 'asset' => 'Asset account', + 'expense' => 'Expense account', + 'revenue' => 'Revenue account' ], 'shortNamesByFullName' => [ @@ -89,6 +89,10 @@ return [ 'Beneficiary account' => 'expense', 'Revenue account' => 'revenue', 'Cash account' => 'cash', - ] + ], + 'lang' => [ + 'en' => 'English', + 'nl' => 'Nederlands' + ], ];