Unable to edit localization resource files in Admin project. Filing as a bug report because this functionality existed in previous versions of the template. In particular, I would like to change the SubTitle value and it is not possible.
Steps to reproduce the behavior:
Hey @ericwscott - you can override existing resources in same path like in Razor Class Library, for example:
in your project you can create folder Resources and copy files from Razor Class Library and modify them.
Please, give me feedback how it works.
Thanks!
@skoruba - I am able to override the resources successfully using the method you described. Thanks!