[REFACTOR] convert language classes to language sealed classes

This commit is contained in:
AmirAbbas 2023-10-31 13:10:31 +03:30
parent 91e0c54728
commit d7aca80d59
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
namespace TelegramBotBase.Localizations;
public class English : Localization
public sealed class English : Localization
{
public English()
{

View File

@ -1,6 +1,6 @@
namespace TelegramBotBase.Localizations;
public class German : Localization
public sealed class German : Localization
{
public German()
{