Browse Source

Improve language localization

pull/6066/head
Thomas Kaul 2 weeks ago
parent
commit
7d6f1ca03e
  1. 12
      apps/client/src/app/pages/portfolio/fire/fire-page.html

12
apps/client/src/app/pages/portfolio/fire/fire-page.html

@ -92,9 +92,8 @@
/>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>per month</ng-container></span
><ng-container i18n>,</ng-container>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>based on your total assets of</ng-container>
>
<ng-container i18n>, based on your total assets of</ng-container>
<ng-container>&nbsp;</ng-container>
<span class="font-weight-bold"
><gf-value
@ -143,7 +142,7 @@
user?.settings?.retirementDate ?? retirementDate
| date: 'MMMM yyyy'
}}</span>
<ng-container i18n>,</ng-container>
<ng-container i18n="@@fire.projected.1">,</ng-container>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>this is projected to increase to</ng-container>
<ng-container>&nbsp;</ng-container>
@ -171,9 +170,8 @@
/>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>per month</ng-container></span
><ng-container i18n>,</ng-container>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>assuming a</ng-container>
>
<ng-container i18n>, assuming a</ng-container>
<ng-container>&nbsp;</ng-container>
<span class="font-weight-bold"
><gf-value

Loading…
Cancel
Save