[REFACTOR] convert language classes to language sealed classes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
namespace TelegramBotBase.Localizations;
|
namespace TelegramBotBase.Localizations;
|
||||||
|
|
||||||
public class English : Localization
|
public sealed class English : Localization
|
||||||
{
|
{
|
||||||
public English()
|
public English()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
namespace TelegramBotBase.Localizations;
|
namespace TelegramBotBase.Localizations;
|
||||||
|
|
||||||
public class German : Localization
|
public sealed class German : Localization
|
||||||
{
|
{
|
||||||
public German()
|
public German()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user