1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-12 00:43:15 +03:00

Added mctaylors-ru language

This commit is contained in:
mctaylors 2022-10-22 15:06:06 +03:00
parent 9921fd564b
commit 3de53bee4a
4 changed files with 381 additions and 6 deletions

View file

@ -17,16 +17,16 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants/>
<DefineConstants />
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.8.1"/>
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1"/>
<PackageReference Include="Discord.Net" Version="3.8.1" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1" />
</ItemGroup>
<ItemGroup>