[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,7 +1,7 @@
namespace TelegramBotBase.Localizations
namespace TelegramBotBase.Localizations;
public sealed class Persian : Localization
{
public sealed class Persian : Localization
{
public Persian()
{
Values["Language"] = "فارسی";
@ -33,5 +33,4 @@
Values["ButtonGrid_SearchIcon"] = "🔍";
Values["ButtonGrid_TagIcon"] = "📁";
}
}
}