Merge pull request #1028 from hishamco/localization

Make external module localize ready
This commit is contained in:
Shaun Walker 2021-01-02 14:07:05 -05:00 committed by GitHub
commit ab2a317728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
using System.Resources;
using Microsoft.Extensions.Localization;
[assembly: RootNamespace("[Owner].[Module].Client")]