Browse Source

Fix kebab-case formatting in Catalan translation for open-source alternative

pull/5078/head
Diego Noah 2 months ago
parent
commit
6e6636c78b
  1. 2
      CHANGELOG.md
  2. 2
      apps/client/src/locales/messages.ca.xlf

2
CHANGELOG.md

@ -14,8 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Made the `getByKey()` function generic in the property service
- Upgraded `@internationalized/number` from version `3.6.0` to `3.6.3`
- Improved the language localization for Catalan (`ca`)
- Upgraded `@internationalized/number` from version `3.6.0` to `3.6.3`
## 2.176.0 - 2025-06-30

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

@ -5149,7 +5149,7 @@
</trans-unit>
<trans-unit id="routes.resources.personalFinanceTools.openSourceAlternativeTo" datatype="html">
<source>open-source-alternative-to</source>
<target state="translated">alternativa-codi obert a</target>
<target state="translated">alternativa-codi-obert-a</target>
<note priority="1" from="description">kebab-case</note>
<context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>

Loading…
Cancel
Save