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

Add fmtlib locale corrections #1866

Merged
merged 2 commits into from
Dec 9, 2019
Merged

Add fmtlib locale corrections #1866

merged 2 commits into from
Dec 9, 2019

Conversation

bendudson
Copy link
Contributor

Fixes translation files for fmt formatting.

Positional arguments used a POSIX extension e.g `%2$s` to re-order arguments.
This is converted to e.g. `{1:s}`. Note that whereas the printf numbering is
from 1, fmt numbering is from 0.
`%s` -> `{:s}`
`%d` -> `{:d}`
@ZedThree
Copy link
Member

ZedThree commented Dec 9, 2019

Failing tests are from target branch

@ZedThree ZedThree merged commit 096ceed into add-fmtlib Dec 9, 2019
@ZedThree ZedThree deleted the add-fmtlib-locale branch December 9, 2019 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants