Browse Source

Feature/improve language localization for german 20230711 (#2144)

* Improve i18n

* Update changelog
pull/2146/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
09c300661a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html
  3. 2
      apps/client/src/app/pages/resources/resources-page.html
  4. 2686
      apps/client/src/locales/messages.de.xlf
  5. 2686
      apps/client/src/locales/messages.es.xlf
  6. 2686
      apps/client/src/locales/messages.fr.xlf
  7. 2686
      apps/client/src/locales/messages.it.xlf
  8. 2686
      apps/client/src/locales/messages.nl.xlf
  9. 2686
      apps/client/src/locales/messages.pt.xlf
  10. 2669
      apps/client/src/locales/messages.xlf

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the loading state during filtering on the allocations page
- Beautified the names with ampersand (`&`) in the asset profile
- Improved the language localization for German (`de`)
## 1.287.0 - 2023-07-09

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

@ -89,7 +89,7 @@
</td>
</tr>
<tr class="mat-mdc-row">
<td class="mat-mdc-cell px-3 py-2 text-right" i18n>
<td class="mat-mdc-cell px-3 py-2 text-right">
Open Source Software
</td>
<td class="mat-mdc-cell px-1 py-2">

2
apps/client/src/app/pages/resources/resources-page.html

@ -179,7 +179,7 @@
monitor investments, and make informed financial decisions.
</div>
<div>
<a i18n [routerLink]="['/resources', 'personal-finance-tools']"
<a [routerLink]="['/resources', 'personal-finance-tools']"
>Personal Finance Tools →</a
>
</div>

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

File diff suppressed because it is too large

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

File diff suppressed because it is too large

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

File diff suppressed because it is too large

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

File diff suppressed because it is too large

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

File diff suppressed because it is too large

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

File diff suppressed because it is too large

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

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