You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a localizable string to a Razor view, e.g. @T["My string"].
Run extractpo inputpath outputpath against the solution/project that the Razor view is in.
See the results in the output file.
Not sure, but #54 might have fixed this problem. But it seems that this fix was not yet published on NuGet. The fix was merged into master on 9/29/2021 while the latest version on NuGet was published on 5/20/2021.
The context for strings on Razor views is in an incorrect format.
Currently:
msgctxt "Module\\Views\\MyPart.Edit"
Expected:
msgctxt "Module.Views.MyPart.Edit"
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: