Feature/extend personal finance tools 20241017 (#3944)
* Add Leafs * Add FIREkit
This commit is contained in:
parent
cfd5b6bbf2
commit
ba52e385a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user