mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Add new supported languages [skip ci]
This commit is contained in:
@@ -89,6 +89,10 @@ return [
|
|||||||
'Beneficiary account' => 'expense',
|
'Beneficiary account' => 'expense',
|
||||||
'Revenue account' => 'revenue',
|
'Revenue account' => 'revenue',
|
||||||
'Cash account' => 'cash',
|
'Cash account' => 'cash',
|
||||||
]
|
],
|
||||||
|
'lang' => [
|
||||||
|
'en' => 'English',
|
||||||
|
'nl' => 'Nederlands'
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user