Skip to content

Commit 972075c

Browse files
committed
Update log
1 parent 81953ea commit 972075c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FluentLauncher.Infra.Localizer/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void ConvertCsvToResw(string srcPath, string outPath, IEnumerable<string> langua
126126
File.WriteAllText(outputFile.FullName, reswBuilder.ToString());
127127
Console.WriteLine($"[INFO] Generated translation for {lang}: {outputFile.FullName}");
128128
}
129+
Console.WriteLine($"Successfully generated {strings.First().Value.Count} translations for {languages.Count()} languages.");
129130
}
130131

131132

0 commit comments

Comments
 (0)