OrchardCoreContrib/OrchardCoreContrib.PoExtractor

Wrong message context while extract localizer string in Razor pages

dung691 opened this issue · 4 comments

While extract po using command:

extractpo ..\WebApplication1\WebApplication1 .\Output

The output of po file wrong msgctxt for Razor page Index

instead of msgctxt is WebApplication1.Pages.Index. it output msgctxt Pages.Index.

see attached project
WebApplication1.zip

Are you using the latest bits? If Yes we need to fix it before release 1.0.0

@rjpowers10 did you come across this issue with the latest bits?

There was unexpected but, I will fix it soon

Fixed in 441dffb