- adding localizations in english and german for default controls - updating default controls
17 lines
222 B
C#
17 lines
222 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace TelegramBotBase.Localizations
|
|
{
|
|
public class German : Localization
|
|
{
|
|
public German() : base()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|
|
}
|