From 27a1b08df1ee0a8b8b91383b8be0174ee0ba7716 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Tue, 18 Aug 2026 09:07:58 +0200 Subject: [PATCH] Modifica traduzioni --- WebWindowComplex/TableComp.razor.cs | 6 +++--- WebWindowComplex/WebWindowComplex.csproj | 11 +++++++++-- WebWindowConfigurator/WebWindowConfigurator.csproj | 4 +++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 777f498..52176ee 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -319,13 +319,13 @@ namespace WebWindowComplex //PendReq.Remove("Profile"); //await EC_PendantAction.InvokeAsync(PendReq); } - if(Vocabulary != null || Vocabulary.Count == 0 ) + if(Vocabulary != null) { CurrVocabulary = Vocabulary; TableCDict = Vocabulary.Where(x => x.Key.Contains("CWTableC_")).ToDictionary(x => x.Key, y => y.Value); - if ((TableCDict == null || TableCDict.Count != 10) && !prevReqTrad) + if ((TableCDict == null || TableCDict.Count != 13) && !prevReqTrad) { - List tradList = new List() { "CWTableC_Reset", "CWTableC_Save", "CWTableC_Close", "CWTableC_MissingParam", "CWTableC_MissingJWD", "CWTableC_ValidError", "CWTableC_ConfigError", "CWTableC_MissingValue", "CWTableC_Tree", "CWTableC_General" }; + List tradList = new List() { "CWTableC_Reset", "CWTableC_Save", "CWTableC_Close", "CWTableC_MissingParam", "CWTableC_MissingJWD", "CWTableC_ValidError", "CWTableC_ConfigError", "CWTableC_MissingValue", "CWTableC_Tree", "CWTableC_General", "CWTableC_AllFill", "CWTableC_AllGlass", "CWTableC_AllWood" }; await EC_ReqTraduzione.InvokeAsync(tradList); } } diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index d40300b..3f0135a 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,13 +6,18 @@ net8.0 enable enable - 3.1.8.1416 + 3.1.8.1809 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX - + + + PreserveNewest + + + @@ -250,6 +255,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 06c2fa0..be1f1ea 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1416 + 3.1.8.1809 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -567,6 +567,8 @@ + +