crowdin-api-client-dotnet icon indicating copy to clipboard operation
crowdin-api-client-dotnet copied to clipboard

Custom fuzzy match types in translation cost report

Open adamcsillag opened this issue 1 year ago • 1 comments

Hi,

Is it possible to have custom fuzzy match types in a TranslationCostsPostEditingGenerateReportRequest? In NetRateSchemes it is possible to specify SuggestionMatch values, however there are only MatchType.Option_99_82 and MatchType.Option_81_60 fuzzy match types. On the UI It's possible to add custom match types:

image

adamcsillag avatar Mar 04 '24 10:03 adamcsillag

@adamcsillag thanks for pointing this out!

The API documentation is a little misleading in this case. It should be possible to specify custom match types, not just 100 and 99-82.

The current implementation doesn't allow such values, so it should be improved to allow custom ranges as well.

andrii-bodnar avatar Mar 11 '24 10:03 andrii-bodnar