Add new supported languages [skip ci]

This commit is contained in:
James Cole
2015-05-14 09:52:58 +02:00
parent 1dcf7407e6
commit d3cea7a89c

View File

@@ -89,6 +89,10 @@ return [
'Beneficiary account' => 'expense',
'Revenue account' => 'revenue',
'Cash account' => 'cash',
]
],
'lang' => [
'en' => 'English',
'nl' => 'Nederlands'
],
];