From 1b14b7b3cfb00ae7b80e694a6df1e39689c77ee8 Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Tue, 30 Jan 2024 18:21:25 +0100 Subject: [PATCH] Adding missing localization to german file --- TelegramBotBase/Localizations/German.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TelegramBotBase/Localizations/German.cs b/TelegramBotBase/Localizations/German.cs index 6380635..e8dd0e9 100644 --- a/TelegramBotBase/Localizations/German.cs +++ b/TelegramBotBase/Localizations/German.cs @@ -31,5 +31,7 @@ public sealed class German : Localization Values["MultiToggleButton_Changed"] = "Ausgewählt"; Values["PromptDialog_Back"] = "Zurück"; Values["ToggleButton_Changed"] = "Einstellung geändert"; + Values["ButtonGrid_SearchIcon"] = "🔍"; + Values["ButtonGrid_TagIcon"] = "📁"; } } \ No newline at end of file