[REFACTOR] change Persian language namespace syntax

This commit is contained in:
AmirAbbas 2023-11-01 09:53:38 +03:30
parent ab702dbc9f
commit af1f431254

View File

@ -1,5 +1,5 @@
namespace TelegramBotBase.Localizations
{
namespace TelegramBotBase.Localizations;
public sealed class Persian : Localization
{
public Persian()
@ -34,4 +34,3 @@
Values["ButtonGrid_TagIcon"] = "📁";
}
}
}