From 8d2d67f22b1b17ede6adf6db84496eff407af071 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Thu, 18 Jan 2024 16:26:20 +0100 Subject: [PATCH] Localized NavMenu --- Wave/Components/Layout/NavMenu.razor | 17 +-- .../Components/Layout/NavMenu.de-DE.resx | 125 ++++++++++++++++++ .../Components/Layout/NavMenu.en-GB.resx | 101 ++++++++++++++ Wave/Resources/Components/Layout/NavMenu.resx | 125 ++++++++++++++++++ 4 files changed, 360 insertions(+), 8 deletions(-) create mode 100644 Wave/Resources/Components/Layout/NavMenu.de-DE.resx create mode 100644 Wave/Resources/Components/Layout/NavMenu.en-GB.resx create mode 100644 Wave/Resources/Components/Layout/NavMenu.resx diff --git a/Wave/Components/Layout/NavMenu.razor b/Wave/Components/Layout/NavMenu.razor index 2fefa6c..ed9983e 100644 --- a/Wave/Components/Layout/NavMenu.razor +++ b/Wave/Components/Layout/NavMenu.razor @@ -2,27 +2,28 @@ @implements IDisposable @inject NavigationManager NavigationManager +@inject IStringLocalizer Localizer