@telus-uds/components-base 1.27.0 → 1.28.0

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
@@ -1,12 +1,24 @@
1
1
  # Change Log - @telus-uds/components-base
2
2
 
3
- This log was last generated on Thu, 23 Feb 2023 17:20:42 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Mar 2023 22:29:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.28.0
8
+
9
+ Thu, 02 Mar 2023 22:29:43 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - [object Object] (khemkaran.singh@telusinternational.com)
14
+
15
+ ### Patches
16
+
17
+ - adding French translations to Carousel (21316148+donnavitan@users.noreply.github.com)
18
+
7
19
  ## 1.27.0
8
20
 
9
- Thu, 23 Feb 2023 17:20:42 GMT
21
+ Thu, 23 Feb 2023 17:25:51 GMT
10
22
 
11
23
  ### Minor changes
12
24
 
@@ -14,12 +14,12 @@ var _default = {
14
14
  skipLink: 'Skip %{title}'
15
15
  },
16
16
  fr: {
17
- // TODO: French translations here
18
- carouselLabel: '(fr) %{stepCount} items',
19
- iconButtonLabel: '(fr) Show %{itemLabel} %{targetStep} of %{stepCount}',
20
- stepLabel: '(fr) %{itemLabel} %{stepNumber}',
21
- stepTrackerLabel: '(fr) %{itemLabel} %{stepNumber} of %{stepCount}',
22
- skipLink: '(fr) Skip %{title}'
17
+ // French translations
18
+ carouselLabel: '%{stepCount} éléments',
19
+ iconButtonLabel: 'Montrer %{itemLabel} %{targetStep} de %{stepCount}',
20
+ stepLabel: '%{itemLabel} %{stepNumber}',
21
+ stepTrackerLabel: '%{itemLabel} %{stepNumber} de %{stepCount}',
22
+ skipLink: 'Passer %{title}'
23
23
  }
24
24
  };
25
25
  exports.default = _default;
@@ -8,11 +8,11 @@ export default {
8
8
  skipLink: 'Skip %{title}'
9
9
  },
10
10
  fr: {
11
- // TODO: French translations here
12
- carouselLabel: '(fr) %{stepCount} items',
13
- iconButtonLabel: '(fr) Show %{itemLabel} %{targetStep} of %{stepCount}',
14
- stepLabel: '(fr) %{itemLabel} %{stepNumber}',
15
- stepTrackerLabel: '(fr) %{itemLabel} %{stepNumber} of %{stepCount}',
16
- skipLink: '(fr) Skip %{title}'
11
+ // French translations
12
+ carouselLabel: '%{stepCount} éléments',
13
+ iconButtonLabel: 'Montrer %{itemLabel} %{targetStep} de %{stepCount}',
14
+ stepLabel: '%{itemLabel} %{stepNumber}',
15
+ stepTrackerLabel: '%{itemLabel} %{stepNumber} de %{stepCount}',
16
+ skipLink: 'Passer %{title}'
17
17
  }
18
18
  };
package/package.json CHANGED
@@ -72,5 +72,5 @@
72
72
  "standard-engine": {
73
73
  "skip": true
74
74
  },
75
- "version": "1.27.0"
75
+ "version": "1.28.0"
76
76
  }
@@ -8,11 +8,11 @@ export default {
8
8
  skipLink: 'Skip %{title}'
9
9
  },
10
10
  fr: {
11
- // TODO: French translations here
12
- carouselLabel: '(fr) %{stepCount} items',
13
- iconButtonLabel: '(fr) Show %{itemLabel} %{targetStep} of %{stepCount}',
14
- stepLabel: '(fr) %{itemLabel} %{stepNumber}',
15
- stepTrackerLabel: '(fr) %{itemLabel} %{stepNumber} of %{stepCount}',
16
- skipLink: '(fr) Skip %{title}'
11
+ // French translations
12
+ carouselLabel: '%{stepCount} éléments',
13
+ iconButtonLabel: 'Montrer %{itemLabel} %{targetStep} de %{stepCount}',
14
+ stepLabel: '%{itemLabel} %{stepNumber}',
15
+ stepTrackerLabel: '%{itemLabel} %{stepNumber} de %{stepCount}',
16
+ skipLink: 'Passer %{title}'
17
17
  }
18
18
  }