sillsdev / l10nsharp

A .NET localization library for Windows Forms applications.
3 stars 10 forks source link

Add methods for obtaining translation counts (BL-5472) #40

Closed StephenMcConnel closed 6 years ago

StephenMcConnel commented 6 years ago

The counts include the number of strings, the number of strings that appear to be translated, and the number of translated strings that have been approved. The second two numbers are also available as fractions at the static LocalizationManager level.


This change is Reviewable