@c8y/websdk 1024.15.7 → 1024.15.13

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.
@@ -156,7 +156,7 @@ export class ExampleComponent {
156
156
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
157
157
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
158
158
  - Every user-visible string must be wrapped
159
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
159
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
160
160
 
161
161
  ---
162
162
 
@@ -156,7 +156,7 @@ export class ExampleComponent {
156
156
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
157
157
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
158
158
  - Every user-visible string must be wrapped
159
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
159
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
160
160
 
161
161
  ---
162
162
 
@@ -152,7 +152,7 @@ export class ExampleComponent {
152
152
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
153
153
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
154
154
  - Every user-visible string must be wrapped
155
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
155
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
156
156
 
157
157
  ---
158
158
 
@@ -156,7 +156,7 @@ export class ExampleComponent {
156
156
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
157
157
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
158
158
  - Every user-visible string must be wrapped
159
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
159
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
160
160
 
161
161
  ---
162
162
 
@@ -152,7 +152,7 @@ export class ExampleComponent {
152
152
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
153
153
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
154
154
  - Every user-visible string must be wrapped
155
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
155
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
156
156
 
157
157
  ---
158
158
 
@@ -156,7 +156,7 @@ export class ExampleComponent {
156
156
  - **TypeScript:** `translateService.instant(gettext('Text'))` — `gettext()` marks for extraction only
157
157
  - **Placeholders:** `{{ 'Result: {{count}}' | translate: { count: value } }}`
158
158
  - Every user-visible string must be wrapped
159
- - Reference: https://cumulocity.com/codex/components/application-and-system/internationalization/overview
159
+ - Reference: https://cumulocity.com/codex/common-tasks/internationalization/overview
160
160
 
161
161
  ---
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/websdk",
3
- "version": "1024.15.7",
3
+ "version": "1024.15.13",
4
4
  "description": "Allows to scaffold a Cumulocity IoT application with ng add @c8y/websdk",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {