Browse Source

Fix Spanish translation for "Terms of Service" in localization file

pull/5240/head
Diego Noah 4 weeks ago
parent
commit
c978ed4618
  1. 2
      CHANGELOG.md
  2. 2
      apps/client/src/locales/messages.es.xlf

2
CHANGELOG.md

@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the language localization for Spanish (`es`)
- Refactored the toggle component to standalone - Refactored the toggle component to standalone
- Improved the language localization for Dutch (`nl`) - Improved the language localization for Dutch (`nl`)
- Improved the language localization for Spanish (`es`)
- Improved the language localization for Turkish (`tr`) - Improved the language localization for Turkish (`tr`)
- Upgraded the _Stripe_ dependencies - Upgraded the _Stripe_ dependencies
- Upgraded `angular` from version `19.2.1` to `20.0.7` - Upgraded `angular` from version `19.2.1` to `20.0.7`

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

@ -7442,7 +7442,7 @@
</trans-unit> </trans-unit>
<trans-unit id="2029980907058777630" datatype="html"> <trans-unit id="2029980907058777630" datatype="html">
<source>Terms of Service</source> <source>Terms of Service</source>
<target state="translated">Términos de servicio</target> <target state="translated">terminos-de-servicio</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context> <context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>
<context context-type="linenumber">217</context> <context context-type="linenumber">217</context>

Loading…
Cancel
Save