OrchardCoreContrib/OrchardCoreContrib.PoExtractor

Extractor throws exception on uses of T.Plural

rjpowers10 opened this issue · 0 comments

Version 1.0.0

Something like this will cause the extractor to throw a null reference exception.

T.Plural(1, "{0} thing", "{0} things");