@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,
|
|
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:
|
|
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
|
-
//
|
|
18
|
-
carouselLabel: '
|
|
19
|
-
iconButtonLabel: '
|
|
20
|
-
stepLabel: '
|
|
21
|
-
stepTrackerLabel: '
|
|
22
|
-
skipLink: '
|
|
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
|
-
//
|
|
12
|
-
carouselLabel: '
|
|
13
|
-
iconButtonLabel: '
|
|
14
|
-
stepLabel: '
|
|
15
|
-
stepTrackerLabel: '
|
|
16
|
-
skipLink: '
|
|
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
|
@@ -8,11 +8,11 @@ export default {
|
|
|
8
8
|
skipLink: 'Skip %{title}'
|
|
9
9
|
},
|
|
10
10
|
fr: {
|
|
11
|
-
//
|
|
12
|
-
carouselLabel: '
|
|
13
|
-
iconButtonLabel: '
|
|
14
|
-
stepLabel: '
|
|
15
|
-
stepTrackerLabel: '
|
|
16
|
-
skipLink: '
|
|
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
|
}
|