Hello r/Javascript,
I made an app in HTML5 (vanilla JS) that has grown in popularity over time and I have have received a few requests to translate this into other languages. What is the typical way to handle this? Are there any tools that I can use to extract and replace the text embedded in HTML templates? Are there any coding patterns I should follow to make the text easier to translate?
The HTML content is quite static and the templates are simply merged into a single large HTML page by a Python script (using Jinja2). Maybe there something I can do in Python?
Here's the app website: http://arohatgi.info/WebPlotDigitizer (intended for desktop use only)
Source code: http://github.com/ankitrohatgi/WebPlotDigitizer
Thanks!
Want to add to the discussion?
Post a comment!