Skip to content

Commit

Permalink
Add lv translation
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerfs committed Feb 25, 2024
1 parent bcc75b7 commit 02df466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void ConfigureServices(IServiceCollection serviceCollection)
public partial class Plugin : BasePlugin, IPluginConfig<Config>
{
public override string ModuleName => "RockTheVote";
public override string ModuleVersion => "1.7.0";
public override string ModuleVersion => "1.7.1";
public override string ModuleAuthor => "abnerfs";
public override string ModuleDescription => "General purpose map voting plugin";

Expand Down
3 changes: 3 additions & 0 deletions RockTheVote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<None Update="lang\hu.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="lang\lv.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="lang\pt-BR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 02df466

Please sign in to comment.