Browse Source
Feature/extend personal finance tools 20241017 (#3944)
* Add Leafs
* Add FIREkit
pull/3945/head
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
21 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
-
libs/ui/src/lib/i18n.ts
|
|
@ -250,6 +250,17 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '€69.99', |
|
|
|
slogan: 'Personal finances, simplified' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2021, |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'firekit', |
|
|
|
languages: ['English', 'українська мова'], |
|
|
|
name: 'FIREkit', |
|
|
|
origin: 'Ukraine', |
|
|
|
pricingPerYear: '$40', |
|
|
|
slogan: 'A simple solution to track your wealth online' |
|
|
|
}, |
|
|
|
{ |
|
|
|
hasFreePlan: true, |
|
|
|
hasSelfHostingAbility: false, |
|
|
@ -337,6 +348,15 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$150', |
|
|
|
slogan: 'The Time Machine for your Net Worth' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2021, |
|
|
|
hasFreePlan: false, |
|
|
|
key: 'leafs', |
|
|
|
languages: ['Deutsch', 'English'], |
|
|
|
name: 'Leafs', |
|
|
|
origin: 'Switzerland', |
|
|
|
slogan: 'Sustainability insights for wealth managers' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2018, |
|
|
|
hasFreePlan: false, |
|
|
|
|
|
@ -88,6 +88,7 @@ const locales = { |
|
|
|
'South Africa': $localize`South Africa`, |
|
|
|
Switzerland: $localize`Switzerland`, |
|
|
|
Thailand: $localize`Thailand`, |
|
|
|
Ukraine: $localize`Ukraine`, |
|
|
|
'United States': $localize`United States`, |
|
|
|
|
|
|
|
// Fear and Greed Index
|
|
|
|