Buttongrid Paging support and Localization updates

- adding Paging functionality to ButtonGrid
- adding localization for ButtonGrid
This commit is contained in:
FlorianDahn
2020-04-21 21:40:47 +02:00
parent de35ebb66e
commit 1acfeb873f
2 changed files with 237 additions and 61 deletions
@@ -20,6 +20,10 @@ namespace TelegramBotBase.Localizations
{
Values["Language"] = "Deutsch (German)";
Values["ButtonGrid_Title"] = "Menü";
Values["ButtonGrid_NoItems"] = "Es sind keine Einträge vorhanden.";
Values["ButtonGrid_PreviousPage"] = "◀️";
Values["ButtonGrid_NextPage"] = "▶️";
Values["ButtonGrid_CurrentPage"] = "Seite {0} von {1}";
Values["CalendarPicker_Title"] = "Datum auswählen";
Values["CalendarPicker_PreviousPage"] = "◀️";
Values["CalendarPicker_NextPage"] = "▶️";