Skip to content

Commit cb52b88

Browse files
Merge branch 'development' into CTL-10.24.1-RNs
2 parents 2ca7097 + dca9b0e commit cb52b88

663 files changed

Lines changed: 3451 additions & 2826 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/apidocs-mxsdk/apidocs/deployment/pipelines-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Pipelines API"
33
url: /apidocs-mxsdk/apidocs/pipelines-api/
44
type: swagger
55
description: "The Pipelines API sends requests to pipelines."
6+
restapi: true
67
weight: 85
78
---
89

content/en/docs/apidocs-mxsdk/apidocs/frontend/design-properties/design-properties-10.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ To provide translations for your design properties, create a file *locales/{lang
754754
755755
These JSON files follow the format used by the i18next library, specifically v3. See the [the i18next JSON format documentation](https://www.i18next.com/misc/json-format) for more information. For example to translate a design property with the name **Text align** with the options **left**, **center** and **right**, the contents of *locales/ko-KR/translation.json* might look something like this:
756756
757-
758757
```json
759758
{
760759
"Text align": "텍스트 정렬",

content/en/docs/apidocs-mxsdk/apidocs/governance/user-deactivation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ The following steps lead to deactivating the user based on the UUID provided as
7878

7979
## API Reference
8080

81-
{{< swaggerui src="/openapi-spec/user-deactivation-api.yaml" >}}
81+
{{< swaggerui src="/openapi-spec/user-deactivation-api.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Translations for a pluggable widget can be provided in two ways: in the widget p
332332

333333
### Providing Translations in a Pluggable Widget Package
334334

335-
To support a translation for a specific language and locale, create a *locales/{language-code}/{widget ID}.json* or *locales/{language-code}/translation.json* file. The language code can be any of the user interface languages supported by Studio Pro, such as *en-US*, *ja-JP*, *ko-KR*, or *zh-CN*. Other files in the **locales** folder will be ignored. As a result, custom namespaces cannot be used. We recommend using *translation.json*, unless your .MPK contains multiple pluggable widgets. Note that if you use the widget ID as the file name, you will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be *_my_pluggable_widget_.json*.
335+
To support a translation for a specific language and locale, create a *locales/{language-code}/{widget ID}.json* or *locales/{language-code}/translation.json* file. The language code can be any of the user interface languages supported by Studio Pro, such as *en-US*, *ja-JP*, *ko-KR*, or *zh-CN*. Other files in the **locales** folder will be ignored. As a result, custom namespaces cannot be used. We recommend using *translation.json*, unless your .MPK contains multiple pluggable widgets. Note that if you use the widget ID as the file name, you will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be `_my_pluggable_widget_.json`.
336336

337337
These JSON files follow the format used by the i18next library, specifically v3. For more information, see [the i18nest JSON documentation](https://www.i18next.com/misc/json-format). For example, to translate a widget with the name *Text Box* that has a property *length*, the contents of *locales/ko-KR/translation.json* might look something like this example:
338338

@@ -347,7 +347,7 @@ These JSON files follow the format used by the i18next library, specifically v3.
347347

348348
Translations for a pluggable widget can also be provided by a module. This can be useful when you would like to provide a module that has more than one pluggable widget, or if your pluggable widget uses one or more [/apidocs-mxsdk/apidocs/frontend/design-properties/](design properties).
349349

350-
To achieve this, create a *locales/{language-code}/{widget ID}.json* file in the **Styling** folder of your module. You will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be *_my_pluggable_widget_.json*. In addition, create a *locales/metadata.json* file. The resulting structure will look something like this example:
350+
To achieve this, create a *locales/{language-code}/{widget ID}.json* file in the **Styling** folder of your module. You will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be `_my_pluggable_widget_.json`. In addition, create a *locales/metadata.json* file. The resulting structure will look something like this example:
351351

352352
{{< figure src="/attachments/apidocs-mxsdk/apidocs/pluggable-widgets/translations.png" alt="A metadata.json file in the Styling/locales folder and a custom.widget.id.json file in the Styling/locales/ko-KR folder" class="no-border" max-width=50% >}}
353353

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ description: "This API helps you to understand pluggable widgets, how they exten
88
---
99

1010
The following Mendix 8 pluggable widget API documents are available here:
11-

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ description: "This API helps you to understand pluggable widgets, how they exten
88
---
99

1010
The following Mendix 9 pluggable widget API documents are available here:
11-

content/en/docs/control-center/entitlements/cloud-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ You can no longer purchase Legacy Cloud Resources Packs. You can now only purcha
9898
* Mendix Cloud Tokens are a specific type of Token used to access Cloud Resources in the Mendix Platform.
9999
* The number of Mendix Cloud Tokens required depends on the CRP you want.
100100
* You buy Tokens in advance, and can use them to obtain CRPs.
101-
* If you no longer need those resources, you can reuse the Token to obtain other CRPs, or keep it to be used later.
101+
* If you no longer need those resources, you can reuse the Token to obtain other CRPs, or keep it to be used later.

0 commit comments

Comments
 (0)