Skip to content

Commit e3f2534

Browse files
Merge pull request #9682 from mendix/nc-language-limitation
Add language limitation
2 parents 78dd9f0 + 1d9535c commit e3f2534

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

content/en/docs/refguide/modeling/app-explorer/modules/configure-add-on-and-solution-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuring Add-on and Solution Modules for Publishing"
3-
linktitle: "Publish Add-on and Solution Modules"
3+
linktitle: "Configuring Add-on and Solution Modules"
44
url: /refguide/configure-add-on-and-solution-modules/
55
weight: 20
66
---

content/en/docs/refguide/modeling/app-explorer/modules/consume-add-on-modules-and-solutions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Consuming Add-on Modules and Solutions"
33
url: /refguide/consume-add-on-modules-and-solutions/
4-
linktitle: "Consume Add-on Modules and Solutions"
4+
linktitle: "Consuming Add-on Modules and Solutions"
55
weight: 30
66
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
77
---
@@ -20,6 +20,7 @@ When consuming add-on modules and solutions, you may come across the following l
2020
* If app modules and add-on modules or solutions have conflicting custom widgets, you are prompted with a warning showing the sources of the conflicts (module and widget package names) to find a workaround. An automatic fix is not implemented.
2121
* When a constant is hidden, you cannot configure its value in the **App settings**. For more information on app settings, see the [Configuration Tab](/refguide/app-settings/#configurations) section in *App Settings*.
2222
* If there are add-on modules imported into Studio Pro and the application is deployed for Eclipse using menu option **App > Deploy for Eclipse**, there are known build failures in Java source code.
23+
* If you set the default language to something other than English, and if there is no translation for that language, an error is thrown. To avoid this, set English as the default language.
2324

2425
## Importing an Add-on Module
2526

content/en/docs/refguide10/modeling/app-explorer/modules/configure-add-on-and-solution-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuring Add-on and Solution Modules for Publishing"
3-
linktitle: "Publish Add-on and Solution Modules"
3+
linktitle: "Configuring Add-on and Solution Modules"
44
url: /refguide10/configure-add-on-and-solution-modules/
55
weight: 20
66
---

content/en/docs/refguide10/modeling/app-explorer/modules/consume-add-on-modules-and-solutions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Consuming Add-on Modules and Solutions"
33
url: /refguide10/consume-add-on-modules-and-solutions/
4-
linktitle: "Consume Add-on Modules and Solutions"
4+
linktitle: "Consuming Add-on Modules and Solutions"
55
weight: 30
66
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
77
---
@@ -20,6 +20,7 @@ When consuming add-on modules and solutions, you may come across the following l
2020
* If app modules and add-on modules or solutions have conflicting custom widgets, you are prompted with a warning showing the sources of the conflicts (module and widget package names) to find a workaround. An automatic fix is not implemented.
2121
* When a constant is hidden, you cannot configure its value in the **App settings**. For more information on app settings, see the [Configuration Tab](/refguide10/app-settings/#configurations) section in *App Settings*.
2222
* If there are add-on modules imported into Studio Pro and the application is deployed for Eclipse using menu option **App > Deploy for Eclipse**, there are known build failures in Java source code.
23+
* If you set the default language to something other than English, and if there is no translation for that language, an error is thrown. To avoid this, set English as the default language.
2324

2425
## Importing an Add-on Module
2526

content/en/docs/refguide9/modeling/app-explorer/modules/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ When you create a module, it has a default **app module** type. The type can be
3030
There are the following type of modules:
3131

3232
* [App modules](/refguide9/module-settings/#app-module) (standard modules)
33-
* [Add-on modules](/refguide9/module-settings/#add-on-module)
34-
* [Solution modules](/refguide9/module-settings/#solution-module)
33+
* [Add-on modules](/refguide9/module-settings/#add-on-module) (available starting with Studio Pro 9.12.0)
34+
* [Solution modules](/refguide9/module-settings/#solution-module) (available starting with Studio Pro 9.12.0)
3535

3636
## Common
3737

content/en/docs/refguide9/modeling/app-explorer/modules/configure-add-on-and-solution-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configuring Add-on and Solution Modules for Publishing"
3-
linktitle: "Publish Add-on and Solution Modules"
3+
linktitle: "Configuring Add-on and Solution Modules"
44
url: /refguide9/configure-add-on-and-solution-modules/
55
weight: 20
66
---

content/en/docs/refguide9/modeling/app-explorer/modules/consume-add-on-modules-and-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Consuming Add-on Modules and Solutions"
33
url: /refguide9/consume-add-on-modules-and-solutions/
4-
linktitle: "Consume Add-on Modules and Solutions"
4+
linktitle: "Consuming Add-on Modules and Solutions"
55
weight: 30
66
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
77
---

0 commit comments

Comments
 (0)