Browse Source

Localize personal finance tools page

pull/2250/head
Thomas 2 years ago
parent
commit
be065c54a0
  1. 2
      apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts
  2. 6
      apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html
  3. 5
      apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html
  4. 1488
      apps/client/src/locales/messages.de.xlf
  5. 1488
      apps/client/src/locales/messages.es.xlf
  6. 1488
      apps/client/src/locales/messages.fr.xlf
  7. 1488
      apps/client/src/locales/messages.it.xlf
  8. 1488
      apps/client/src/locales/messages.nl.xlf
  9. 1488
      apps/client/src/locales/messages.pt.xlf
  10. 1483
      apps/client/src/locales/messages.xlf

2
apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts

@ -22,7 +22,7 @@ const routes: Routes = [
path: `open-source-alternative-to-${key}`,
loadComponent: () =>
import(`./products/${key}-page.component`).then(() => component),
title: `Open Source Alternative to ${name}`
title: $localize`Open Source Alternative to ${name}`
};
})
];

6
apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html

@ -5,7 +5,7 @@
Discover Open Source Alternatives for Personal Finance Tools
</h1>
<div class="introduction mb-4">
<p>
<p i18n>
This overview page features a curated collection of personal finance
tools compared to the open source alternative
<a [routerLink]="routerLinkAbout">Ghostfolio</a>. If you value
@ -13,7 +13,7 @@
provides an excellent opportunity to take control of your financial
management.
</p>
<p>
<p i18n>
Explore the links below to compare a variety of personal finance tools
with Ghostfolio.
</p>
@ -32,7 +32,7 @@
[routerLink]="[pathResources, 'personal-finance-tools', 'open-source-alternative-to-' + product.key]"
>
<div class="flex-grow-1 overflow-hidden">
<div class="h6 m-0 text-truncate">
<div class="h6 m-0 text-truncate" i18n>
Open Source Alternative to {{ product.name }}
</div>
</div>

5
apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html

@ -4,8 +4,9 @@
<article>
<div class="mb-4 text-center">
<h1 class="mb-1">
<strong>Ghostfolio</strong>: The Open Source Alternative to
<strong>{{ product2.name }}</strong>
<strong>Ghostfolio</strong>:
<ng-container i18n>The Open Source Alternative to</ng-container
>&nbsp;<strong>{{ product2.name }}</strong>
</h1>
</div>
<section class="mb-4">

1488
apps/client/src/locales/messages.de.xlf

File diff suppressed because it is too large

1488
apps/client/src/locales/messages.es.xlf

File diff suppressed because it is too large

1488
apps/client/src/locales/messages.fr.xlf

File diff suppressed because it is too large

1488
apps/client/src/locales/messages.it.xlf

File diff suppressed because it is too large

1488
apps/client/src/locales/messages.nl.xlf

File diff suppressed because it is too large

1488
apps/client/src/locales/messages.pt.xlf

File diff suppressed because it is too large

1483
apps/client/src/locales/messages.xlf

File diff suppressed because it is too large
Loading…
Cancel
Save