Skip to content

Commit

Permalink
Fix vote percentage in hu translation
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerfs committed Feb 21, 2024
1 parent 97b9751 commit 99c7c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.0";
public override string ModuleVersion => "1.6.1";
public override string ModuleAuthor => "abnerfs";
public override string ModuleDescription => "General purpose map voting plugin";

Expand Down
2 changes: 1 addition & 1 deletion lang/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rtv.votes-reached": "A szükséges szavazatszám elérve, kezdődik a szavazás...",
"rtv.disabled": "Az RTV jelenleg nem használható",
"emv.you-voted": "Erre szavaztál: {0}",
"emv.vote-ended": "A pályaszavazás végetért, a következő pálya: {green}{0}{default} ({1}% / {2} szavazatok)",
"emv.vote-ended": "A pályaszavazás végetért, a következő pálya: {green}{0}{default} ({1:N2}% / {2} szavazatok)",
"emv.vote-ended-no-votes": "Nincs szavazat, a következő pálya: {green}{0}",
"general.changing-map": "Pályaváltás ide: {green}{0}",
"general.changing-map-next-round": "A pálya el lesz váltva ide: {green}{0}{default} a következő körben...",
Expand Down

0 comments on commit 99c7c3c

Please sign in to comment.