File tree Expand file tree Collapse file tree 7 files changed +6
-22
lines changed
DisplayObjects/mobile/assets/i18n
_c8oProject/mobileSharedComponents Expand file tree Collapse file tree 7 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 11{
2- "version_c8o" : " 2.1.9-beta8 " ,
2+ "version_c8o" : " 2.1.9-beta9 " ,
33 "error_filter" : " An error occurred while retrieving the filters" ,
44 "error_missing_config_filter" : " Please configure the data source first via the configuration tab" ,
55 "restart_later" : " Update on next launch" ,
Original file line number Diff line number Diff line change 11{
2- "version_c8o" : " 2.1.9-beta8 " ,
2+ "version_c8o" : " 2.1.9-beta9 " ,
33 "error_filter" : " Se produjo un error al recuperar los filtros" ,
44 "error_missing_config_filter" : " Primero configure la fuente de datos en la pestaña de configuración" ,
55 "restart_later" : " Actualizar en el próximo inicio" ,
Original file line number Diff line number Diff line change 11{
2- "version_c8o" : " 2.1.9-beta8 " ,
2+ "version_c8o" : " 2.1.9-beta9 " ,
33 "error_filter" : " Une erreur s'est produite lors de la récupération des filtres" ,
44 "error_missing_config_filter" : " Veuillez d'abord configurer la source de données via l'onglet configuration" ,
55 "restart_later" : " Mettre à jour au prochain lancement" ,
Original file line number Diff line number Diff line change 11{
2- "version_c8o" : " 2.1.9-beta8 " ,
2+ "version_c8o" : " 2.1.9-beta9 " ,
33 "error_filter" : " Si è verificato un errore durante il recupero dei filtri" ,
44 "error_missing_config_filter" : " Per prima cosa configura l'origine dati tramite la scheda di configurazione" ,
55 "restart_later" : " Aggiornare al prossimo avvio" ,
Original file line number Diff line number Diff line change @@ -91,22 +91,6 @@ scriptContent:
9191 return "";
9292 }
9393 var translated = body;
94- if (this.pageOwner && typeof this.pageOwner.parseMonacoEditor === "function") {
95- try {
96- translated = await this.pageOwner.parseMonacoEditor(body, this.c8oforms_monacoeditor);
97- }
98- catch (parseError) {
99- translated = body;
100- }
101- }
102- else if (this.c8oforms_monacoeditor && typeof this.c8oforms_monacoeditor.parse === "function") {
103- try {
104- translated = await this.c8oforms_monacoeditor.parse(body);
105- }
106- catch (parseError) {
107- translated = body;
108- }
109- }
11094 var builder = "";
11195 var tokenRegex = /(\$\$(?:START)?\d+(?:[\s\S]*?)(?:END)?(?:\d+)?\$\$|"(?:\\.|[^"\\])*")/g;
11296 var lastIndex = 0;
Original file line number Diff line number Diff line change 44 contextTimeout : ${C8Oforms.context.timeout=60}
55 corsOrigin : =Origin
66 httpSessionTimeout : ${C8Oforms.http_session.timeout=60}
7- version : 2.1.9-beta8
7+ version : 2.1.9-beta9
88 ↓c8oforms_fs [connectors.FullSyncConnector] : 🗏 connectors/c8oforms_fs.yaml
99 ↓c8oforms_response_fs [connectors.FullSyncConnector] : 🗏 connectors/c8oforms_response_fs.yaml
1010 ↓c8ofullsyncgrp [connectors.FullSyncConnector] : 🗏 connectors/c8ofullsyncgrp.yaml
Original file line number Diff line number Diff line change 44 "appData" : {
55 "name" : " Convertigo Forms Builder" ,
66 "description" : " A simple and intuitive \" no code\" tool to create your personalized apps in a few clicks!" ,
7- "version" : " 2.1.9-beta8 "
7+ "version" : " 2.1.9-beta9 "
88 },
99 "assetGroups" : [
1010 {
You can’t perform that action at this time.
0 commit comments