-
Notifications
You must be signed in to change notification settings - Fork 102
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
Why stringLocalizer arguments are not used #60
Comments
will be released in next version |
We're in April 2021, three versions later, but this issue still hasn't been fixed. Is there any chance this will get fixed soon ? |
Hi @daniel-jann I'll look at this again. Maybe if you know how to fix it, you could do a PR? I don't have so much time at the moment Greetings Damien |
fix issue #60, use stringLocalizer arguments
AspNetCoreLocalization/src/Localization.SqlLocalizer/DbStringLocalizer/SqlStringLocalizer.cs Line 41 in a362dc7
parameters work as follows
|
It seems that second version of _localizer["Thing {jep}", jep] is not using arguments at all.
https://github.com/damienbod/AspNetCoreLocalization/blob/master/src/Localization.SqlLocalizer/DbStringLocalizer/SqlStringLocalizer.cs#L36
Is there something I need to know about C# or is this just in todo phase. I believe that there should be few more lines in that method like this.
The text was updated successfully, but these errors were encountered: