From e55ef39d441dc33b5e59fd6758ce780c18357bfe Mon Sep 17 00:00:00 2001 From: abnerfs Date: Mon, 12 Feb 2024 12:08:30 -0300 Subject: [PATCH] Move translation to the right folder --- RockTheVote.csproj | 5 ++++- {RockTheVote/lang => lang}/ua.json | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename {RockTheVote/lang => lang}/ua.json (100%) diff --git a/RockTheVote.csproj b/RockTheVote.csproj index b337ba9..b762be0 100644 --- a/RockTheVote.csproj +++ b/RockTheVote.csproj @@ -18,11 +18,14 @@ - Always + PreserveNewest PreserveNewest + + PreserveNewest + PreserveNewest diff --git a/RockTheVote/lang/ua.json b/lang/ua.json similarity index 100% rename from RockTheVote/lang/ua.json rename to lang/ua.json