Browse Source
Merge branch 'main' into bugfix/redis-health-check-race-condition
pull/6504/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/locales/messages.nl.xlf
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
## Unreleased |
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Improved the language localization for Dutch (`nl`) |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
- Fixed false _Redis_ health check failures by using unique keys and increasing the timeout to 5s |
|
|
- Fixed false _Redis_ health check failures by using unique keys and increasing the timeout to 5s |
|
|
|
|
|
@ -3823,7 +3823,7 @@ |
|
|
</trans-unit> |
|
|
</trans-unit> |
|
|
<trans-unit id="7702646444963497962" datatype="html"> |
|
|
<trans-unit id="7702646444963497962" datatype="html"> |
|
|
<source>By</source> |
|
|
<source>By</source> |
|
|
<target state="translated">Door</target> |
|
|
<target state="translated">Tegen</target> |
|
|
<context-group purpose="location"> |
|
|
<context-group purpose="location"> |
|
|
<context context-type="sourcefile">apps/client/src/app/pages/portfolio/fire/fire-page.html</context> |
|
|
<context context-type="sourcefile">apps/client/src/app/pages/portfolio/fire/fire-page.html</context> |
|
|
<context context-type="linenumber">139</context> |
|
|
<context context-type="linenumber">139</context> |
|
|
|