@ovh-ux/manager-common-translations 0.24.1 → 0.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.24.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.24.1...@ovh-ux/manager-common-translations@0.24.2) (2025-12-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **i18n:** add missing translations [CDS 4501] ([ef3ed5d](https://github.com/ovh/manager/commit/ef3ed5db35791f91a7aae3404c72883187b58515))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.24.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.24.0...@ovh-ux/manager-common-translations@0.24.1) (2025-12-01)
7
18
 
8
19
  **Note:** Version bump only for package @ovh-ux/manager-common-translations
@@ -319,5 +319,5 @@
319
319
  "region_continent_CA": "América do Norte",
320
320
  "region_continent_MRS": "Europa Ocidental",
321
321
  "region_continent_PAR": "Europa Ocidental",
322
- "region_us-east-va": "América do Norte (Estados Unidos - Este - Vinthill 2)"
322
+ "region_us-east-va": "América do Norte (EUA - Este - Vinthill 2)"
323
323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "description": "Common translations for Manager µ-apps",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,8 +24,8 @@
24
24
  "prepare": "tsc && vite build"
25
25
  },
26
26
  "devDependencies": {
27
- "@ovh-ux/manager-static-analysis-kit": "^0.14.0",
28
- "@ovh-ux/manager-vite-config": "^0.15.2",
27
+ "@ovh-ux/manager-static-analysis-kit": "^0.15.0",
28
+ "@ovh-ux/manager-vite-config": "^0.15.3",
29
29
  "vite-plugin-dts": "^4.5.4"
30
30
  }
31
31
  }