Browse Source

Merge branch 'main' into task/upgrade-ng-extract-i18n-merge-to-version-3.3.0

pull/6633/head
Thomas Kaul 3 days ago
committed by GitHub
parent
commit
4653a31046
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 528
      apps/client/src/locales/messages.es.xlf
  3. 8
      package-lock.json
  4. 2
      package.json

2
CHANGELOG.md

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the language localization for Spanish (`es`)
- Upgraded `countries-list` from version `3.2.2` to `3.3.0`
- Upgraded `ng-extract-i18n-merge` from `3.2.1` to `3.3.0` - Upgraded `ng-extract-i18n-merge` from `3.2.1` to `3.3.0`
## 2.251.0 - 2026-03-24 ## 2.251.0 - 2026-03-24

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

File diff suppressed because it is too large

8
package-lock.json

@ -60,7 +60,7 @@
"color": "5.0.3", "color": "5.0.3",
"cookie-parser": "1.4.7", "cookie-parser": "1.4.7",
"countries-and-timezones": "3.8.0", "countries-and-timezones": "3.8.0",
"countries-list": "3.2.2", "countries-list": "3.3.0",
"countup.js": "2.9.0", "countup.js": "2.9.0",
"date-fns": "4.1.0", "date-fns": "4.1.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
@ -17192,9 +17192,9 @@
} }
}, },
"node_modules/countries-list": { "node_modules/countries-list": {
"version": "3.2.2", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.2.tgz", "resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.3.0.tgz",
"integrity": "sha512-ABJ/RWQBrPWy+hRuZoW+0ooK8p65Eo3WmUZwHm6v4wmfSPznNAKzjy3+UUYrJK2v3182BVsgWxdB6ROidj39kw==", "integrity": "sha512-XRUjS+dcZuNh/fg3+mka3bXgcg4TbQZ1gaK5IJqO6qulerBANl1bmrd20P2dgmPkBpP+5FnejiSF1gd7bgAg+g==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/countup.js": { "node_modules/countup.js": {

2
package.json

@ -105,7 +105,7 @@
"color": "5.0.3", "color": "5.0.3",
"cookie-parser": "1.4.7", "cookie-parser": "1.4.7",
"countries-and-timezones": "3.8.0", "countries-and-timezones": "3.8.0",
"countries-list": "3.2.2", "countries-list": "3.3.0",
"countup.js": "2.9.0", "countup.js": "2.9.0",
"date-fns": "4.1.0", "date-fns": "4.1.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",

Loading…
Cancel
Save