mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Add YNAB
This commit is contained in:
@@ -1451,6 +1451,7 @@ return [
|
|||||||
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
|
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
|
||||||
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
|
||||||
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
|
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
|
||||||
//
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
|
@@ -54,6 +54,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="http://github.com/firefly-iii/bunq-importer" title="{{ 'firefly_iii_bunq_importer_name'|_ }}">{{ 'firefly_iii_bunq_importer_name'|_ }}</a>
|
<a href="http://github.com/firefly-iii/bunq-importer" title="{{ 'firefly_iii_bunq_importer_name'|_ }}">{{ 'firefly_iii_bunq_importer_name'|_ }}</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://github.com/firefly-iii/ynab-importer" title="{{ 'firefly_iii_ynab_importer_name'|_ }}">{{ 'firefly_iii_ynab_importer_name'|_ }}</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://gitlab.com/ludo444/fireflyrevoluttransactions" title="{{ 'ludo_revolut_importer_name'|_ }}">{{ 'ludo_revolut_importer_name'|_ }}</a>
|
<a href="https://gitlab.com/ludo444/fireflyrevoluttransactions" title="{{ 'ludo_revolut_importer_name'|_ }}">{{ 'ludo_revolut_importer_name'|_ }}</a>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user