[REFACTOR] convert language classes to language sealed classes
This commit is contained in:
parent
91e0c54728
commit
d7aca80d59
@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user