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