In this otherwise very nice and enjoyable program, there are found two hardcoded strings that can not be translated:
-
private const string StatusDownloading = "Downloading";
in DownloadService.cs line 11
-
const string StatusExtracting = "Extracting";
in InstallService.cs line 114