Browse Source
Bugfix/fix dutch localization of portfolio summary (#2315)
* Revert reserved keyword (plural)
* Update changelog
pull/2318/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/locales/messages.nl.xlf
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the language localization for Dutch (`nl`) |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed an issue with the portfolio summary caused by the language localization for Dutch (`nl`) |
|
|
|
|
|
|
|
## 2.0.0 - 2023-09-09 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -1167,7 +1167,7 @@ |
|
|
|
</trans-unit> |
|
|
|
<trans-unit id="272c7fd98af55bfa5b9d579176f1cfa25cd5489f" datatype="html"> |
|
|
|
<source>{VAR_PLURAL, plural, =1 {transaction} other {transactions}}</source> |
|
|
|
<target state="translated">{VAR_PLURAL, meervoud, =1 {transaction} other {transactions}}</target> |
|
|
|
<target state="translated">{VAR_PLURAL, plural, =1 {transaction} other {transactions}}</target> |
|
|
|
<context-group purpose="location"> |
|
|
|
<context context-type="sourcefile">apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html</context> |
|
|
|
<context context-type="linenumber">79,80</context> |
|
|
|