-
Notifications
You must be signed in to change notification settings - Fork 78
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
Start index of parameterized substitution of strings #48
Comments
@renatoch will it work if I provide a configParam you can override (default to 0 if you do nothing in order to preserve existing functionality) |
Yeah, it sure would, that would be perfect!
|
@doshprompt We need this urgently in our project, so we are willing to fix it and send a pull request, unless you are already looking into it. Anyway, I will implement a workaround for today and wait for your reply. Thanks |
@thiagoalves I am happy to take a look at your PR once you have it. I was thinking about the issue but have not implemented it yet, sorry :( |
@doshprompt No problem. I will come back with it in a few days. |
I'm using the parameterized substitution of strings, using {1}, {2}.
The project uses same resource files for angular and ASP.NET C#, and it starts the index on {0}. This will cause confusion and inconsistencies between resources used on both sides.
Is there a way to make angular-localization use 0 based substitutions?
The text was updated successfully, but these errors were encountered: