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
https://gohugo.io/functions/i18n/
I want to provide an example that is similar to Hugo.i18n too.
Actually, I'm not sure what exactly the implemented way that Hugo does.
but I think it can inspire.
example ? #27 (comment)
It mentions
"T": i18n.IdentityTfunc
i18n.IdentityTfunc
In fact, this is what I want, but I can't find where i18n.IdentityTfuncis. (even reading V2 #92 after(maybe I am missing something.)
The text was updated successfully, but these errors were encountered:
[example] simulate Hugo i18n shortcode (nicksnyder#257)
ff84308
see
https://github.com/CarsonSlovoka/go-i18n/blob/ff84308233d33bbee9a798999bef5c4e14e67909/v2/example/pkg.go#L35-L45
Sorry, something went wrong.
No branches or pull requests
What is Hugo i18n shortcode
What do I want?
I want to provide an example that is similar to Hugo.i18n too.
Actually, I'm not sure what exactly the implemented way that Hugo does.
but I think it can inspire.
Related issue
It mentions
In fact, this is what I want, but I can't find where
i18n.IdentityTfunc
is. (even reading V2 #92 after(maybe I am missing something.)The text was updated successfully, but these errors were encountered: