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
I just tried to use the plugin, but I could not get it working.
I added a _i18n.de.yml with this content:
_i18n.de.yml
de: title: "Hallo!"
In the index.md I added this line:
index.md
# {% t title }
And now the only thing that is generated is the /index.html with this content:
/index.html
# translation missing: und.title
There is no file generated with the language as prefix.
I am using jekyll 2.5..1 right now.
What have I done wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just tried to use the plugin, but I could not get it working.
I added a
_i18n.de.yml
with this content:In the
index.md
I added this line:And now the only thing that is generated is the
/index.html
with this content:There is no file generated with the language as prefix.
I am using jekyll 2.5..1 right now.
What have I done wrong?
The text was updated successfully, but these errors were encountered: