Browse Source

Merge branch 'main' into bugfix/redis-health-check-race-condition

pull/6504/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
2fac15d83a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/src/locales/messages.nl.xlf

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Improved the language localization for Dutch (`nl`)
### Fixed
- Fixed false _Redis_ health check failures by using unique keys and increasing the timeout to 5s

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

@ -3823,7 +3823,7 @@
</trans-unit>
<trans-unit id="7702646444963497962" datatype="html">
<source>By</source>
<target state="translated">Door</target>
<target state="translated">Tegen</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/portfolio/fire/fire-page.html</context>
<context context-type="linenumber">139</context>

Loading…
Cancel
Save