Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lookup from files and add missing localization item #95

Open
gdlcf88 opened this issue Jul 20, 2020 · 1 comment
Open

Lookup from files and add missing localization item #95

gdlcf88 opened this issue Jul 20, 2020 · 1 comment
Labels
discussion We need to talk about this

Comments

@gdlcf88
Copy link
Member

gdlcf88 commented Jul 20, 2020

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["*"]
@wakuflair
Copy link
Member

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 wakuflair added the discussion We need to talk about this label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion We need to talk about this
Projects
None yet
Development

No branches or pull requests

2 participants