We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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["*"]
The text was updated successfully, but these errors were encountered:
It's not practical to detetmine the method name, maybe developers inject a localizer and use _localizer["…"] form. Any other form is also possibile.
localizer
_localizer["…"]
Sorry, something went wrong.
No branches or pull requests
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["*"]
The text was updated successfully, but these errors were encountered: