From 6e09dda4d72a7404587f6a5a0d42da0448a091ef Mon Sep 17 00:00:00 2001 From: whats2000 Date: Wed, 4 Sep 2024 12:30:41 +0800 Subject: [PATCH] Feat: Rename the key of the view --- Components/GeneralFTL.razor | 21 +++++++++---------- Components/GeneralFTL.razor.cs | 15 ++++++++++--- .../GeneralFTL_Advanced.razor.cs | 2 +- .../GeneralFTL_General.razor.cs | 2 +- wwwroot/assets/i18n/en.json | 6 +++--- wwwroot/assets/i18n/es_ES.json | 6 +++--- wwwroot/assets/i18n/zh_cn.json | 6 +++--- wwwroot/assets/i18n/zh_tw.json | 6 +++--- 8 files changed, 36 insertions(+), 28 deletions(-) diff --git a/Components/GeneralFTL.razor b/Components/GeneralFTL.razor index 17533bc..49d5f3d 100644 --- a/Components/GeneralFTL.razor +++ b/Components/GeneralFTL.razor @@ -1,24 +1,23 @@ @page "/GeneralFTL" - @using PearlCalculatorBlazor.Localizer
- + - + - + @@ -32,7 +31,7 @@