We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xgettext-go 通过 go install github.com/chai2010/gettext-go/cmd/xgettext-go@latest 安装,环境 go 1.18.1 Windows 10
go install github.com/chai2010/gettext-go/cmd/xgettext-go@latest
最小重现案例
package terminal import "github.com/chai2010/gettext-go" func f() { println(gettext.Gettext(`Hello world`)) }
output.pot 内容
#: github.com/nnnewb/qn/internal/terminal/t.go:6 #, go-format msgid "`Hello world`" msgstr ""
问题怀疑是在 cmd/xgettext-go/pkg.go 这里,没考虑到反引号包裹的字符串的情况。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xgettext-go 通过
go install github.com/chai2010/gettext-go/cmd/xgettext-go@latest
安装,环境 go 1.18.1 Windows 10最小重现案例
output.pot 内容
问题怀疑是在 cmd/xgettext-go/pkg.go 这里,没考虑到反引号包裹的字符串的情况。
The text was updated successfully, but these errors were encountered: