-
Notifications
You must be signed in to change notification settings - Fork 20
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
Link urls not relative to language #30
Comments
Hi,
and have a key named
And Here is a working example, which can be compiled with the following command
|
Thank you! I assumed that it would work this out automatically as stated in the documentation:
Is this not the case that it does it automatically? |
|
Thank you, but what you mention doesn't work for me; |
Hi,
The output for this particular line is
|
Hi, I planned to use the gulp plugin you mention in the README. The gulp tool calls the My question is: Since Please let me know if I got this all wrong. But maybe we can discuss if having Thanks a lot! |
Hi @danhper , I got in contact with the author of the gulp-plugin to tackle the problem of my previous post. However I experience a strange behavior when working with "nested" html files. Assume the following structure:
Within the When I now run Edit:
For
|
Thanks for the detailed investigation and sorry for the huge delay. |
I have been searching for a tool I could use in my build process to translate a simple blog into multiple languages getting the translations from json, and this tool looks great for this. However I cannot get the file path attributes to become relative for each language.
For example:
All remain the same url for each language....
Also I was not sure how to translate the
<html lang="en">
tag either.The text was updated successfully, but these errors were encountered: