Browse Source

added to changelog and fixed kebab-case

pull/4750/head
Arington Halabi 3 months ago
parent
commit
23922a62e6
  1. 6
      CHANGELOG.md
  2. 2
      apps/client/src/locales/messages.it.xlf

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Improved the language localization for Italian (`it`)
## 2.162.1 - 2025-05-24 ## 2.162.1 - 2025-05-24
### Added ### Added

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

@ -7598,7 +7598,7 @@
</trans-unit> </trans-unit>
<trans-unit id="793097298820646129" datatype="html"> <trans-unit id="793097298820646129" datatype="html">
<source>changelog</source> <source>changelog</source>
<target state="translated">registro delle modifiche</target> <target state="translated">registro-delle-modifiche</target>
<note priority="1" from="description">kebab-case</note> <note priority="1" from="description">kebab-case</note>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/paths.ts</context> <context context-type="sourcefile">libs/common/src/lib/paths.ts</context>

Loading…
Cancel
Save