AbpHelper.CLI icon indicating copy to clipboard operation
AbpHelper.CLI copied to clipboard

Lookup from files and add missing localization item

Open gdlcf88 opened this issue 4 years ago • 1 comments

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

Maybe these keywords can be used:

  • L('*')
  • l('*')
  • L("*")
  • l("*")
  • .L('*')
  • .l('*')
  • .L("*")
  • .l("*")
  • L['*']
  • l['*']
  • L["*"]
  • l["*"]
  • .L['*']
  • .l['*']
  • .L["*"]
  • .l["*"]

gdlcf88 avatar Jul 20 '20 20:07 gdlcf88

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

wakuflair avatar Jul 20 '20 23:07 wakuflair