Skip to content

Commit

Permalink
Move translation to the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerfs committed Feb 12, 2024
1 parent 6c21106 commit e55ef39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RockTheVote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@

<ItemGroup>
<None Update="lang\en.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="lang\pt-BR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="lang\ua.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="maplist.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
File renamed without changes.

0 comments on commit e55ef39

Please sign in to comment.