Closed dung691 closed 1 year ago
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.
WebApplication1.Pages.Index
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
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 https://github.com/OrchardCoreContrib/OrchardCoreContrib.PoExtractor/commit/441dffb51f77fc7b9520e82a1aa8c03860e50bd6
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 msgctxtPages.Index
.see attached project WebApplication1.zip