-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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:
<link rel="stylesheet" type="text/css" href="/assets/app.css">
<a href="/blog/test-post/" rel="bookmark">Test Post</a>
<script src="/assets/vendor.js" async></script>
<script src="/assets/app.js" async></script>
All remain the same url for each language....
Also I was not sure how to translate the <html lang="en"> tag either.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels