You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically what I'm looking for is this but integrated with parcel workflow.
I'm a bit surprised that there is seemingly nothing that can handle a static HTML file localization.
For example converting this:
<html><bodydata-t="hello"></body><html>
to this when using a localization file like en.json
<html><body>Hello</body><html>
Or this when using a localization file like fr.json
<html><body>Bonjour</body><html>
This library does it well, but it is not well integrated with the parcel workflow. Does something more integrated exists ? If not, I believe that'd be a nice addition.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Basically what I'm looking for is this but integrated with parcel workflow.
I'm a bit surprised that there is seemingly nothing that can handle a static HTML file localization.
For example converting this:
to this when using a localization file like
en.json
Or this when using a localization file like
fr.json
This library does it well, but it is not well integrated with the parcel workflow. Does something more integrated exists ? If not, I believe that'd be a nice addition.
Beta Was this translation helpful? Give feedback.
All reactions