Skip to content

Commit

Permalink
Fixed last file processed still showing
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKRedSpy committed Jan 7, 2024
1 parent 708099a commit 7173561
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CardSurvival-Localization/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static string ProcessMod(string sourceDirectory, IFileSystem fileSystem,
}
}

Console.WriteLine();
Console.Write(" \r");
Console.WriteLine("Translation Completed.");
return sourceDirectory;
}
Expand Down
8 changes: 8 additions & 0 deletions CardSurvival-LocalizationTests/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"CardSurvival-LocalizationTests": {
"commandName": "Project",
"commandLineArgs": "C:\\work\\UnicodeTest"
}
}
}

0 comments on commit 7173561

Please sign in to comment.