-
Notifications
You must be signed in to change notification settings - Fork 57
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
positional arguments not working #101
Comments
Hi, thank you for reporting this issue. Initially, I think this is related to how gettext support is implemented on each language. The doc you linked is specific to C language's The same doc also contains this sections:
So, to the point, support to positional arguments in formatted strings is given by Go's
|
Please describe your issue
given this
.po
:expected:
actual:
Is this a bug, an improvement, a proposal or something else? Describe it.
go.mod:
main.go:
What's the expected behaviour, the current behaviour and the steps to reproduce it?
as specified in https://www.gnu.org/software/gettext/manual/gettext.html#c_002dformat, positional arguments like "Only %2$d bytes free on '%1$s'." should be supported.
Comments
found while testing Jguer/yay#2537
The text was updated successfully, but these errors were encountered: