-
Notifications
You must be signed in to change notification settings - Fork 1k
Support positional specifiers on Windows for translations #4523
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
Conversation
…internally always.
|
Is it just luck that this came up for |
|
I guess it's because most message strings are sent through I also see |
Codecov Report
@@ Coverage Diff @@
## master #4523 +/- ##
=======================================
Coverage 99.60% 99.60%
=======================================
Files 72 72
Lines 13971 13971
=======================================
Hits 13916 13916
Misses 55 55
Continue to review full report at Codecov.
|
|
A few more related observations R defines https://github.com/wch/r-source/blob/337dc093b104f5a74c96761916cde535b3e4debf/src/main/errors.c#L291 R does use However this issue doesn't matter at all unless there's more than one formatter, so only these are relevant: So 3 possible places for this to show up. We can see existing translations with e.g.
In Which is at and redefines This |
|
Great finds. Sadly |
As per #4402 (comment)
Attempt at #4402