EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Lookup from files and add missing localization item #95

Open gdlcf88 opened 4 years ago

gdlcf88 commented 4 years ago

Lookup missing localization items from all the .cs/.cshtml/.js files and add them to the localization files.

Maybe these keywords can be used:

wakuflair commented 4 years ago

It's not practical to detetmine the method name, maybe developers inject a localizer and use _localizer["…"] form. Any other form is also possibile.