@ovh-ux/manager-common-translations 0.18.0 → 0.18.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,25 @@
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.18.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.18.1...@ovh-ux/manager-common-translations@0.18.2) (2025-09-11)
7
+
8
+ **Note:** Version bump only for package @ovh-ux/manager-common-translations
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.18.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.18.0...@ovh-ux/manager-common-translations@0.18.1) (2025-09-09)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **i18n:** add missing translations [CDS 4318] ([c7acf66](https://github.com/ovh/manager/commit/c7acf669341b3a1545b548d3f4a6cb5f5206ca43))
20
+
21
+
22
+
23
+
24
+
6
25
  # [0.18.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-common-translations@0.17.0...@ovh-ux/manager-common-translations@0.18.0) (2025-09-06)
7
26
 
8
27
 
@@ -27,5 +27,5 @@
27
27
  "change_password_helper1": "Bitte beachten Sie, dass das Passwort nach folgenden Regeln vergeben werden muss:",
28
28
  "change_password_helper2": "Mindestens 1 Kleinbuchstabe, 1 Großbuchstabe, 1 Ziffer oder 1 Sonderzeichen",
29
29
  "price": "Preis",
30
- "stepPlaceholder": "Schritt {{current}} auf {{total}}"
30
+ "stepPlaceholder": "Schritt {{current}} von {{total}}"
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-common-translations",
3
- "version": "0.18.0",
3
+ "version": "0.18.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": "*",
28
- "@ovh-ux/manager-vite-config": "^0.12.0",
27
+ "@ovh-ux/manager-static-analysis-kit": "^0.8.0",
28
+ "@ovh-ux/manager-vite-config": "^0.13.0",
29
29
  "vite-plugin-dts": "^4.5.4"
30
30
  }
31
31
  }