https://github.com/letsencrypt/website/blob/master/static/js/stats.js contains texts, which made it hard to translate.
Ex. L310: title: 'Percent of Pageloads over HTTPS (14 day moving average)',
Maybe they could be read from the dom? Or maybe an inline script could invoke a function, with the texts as parameters, to start the drawing?
https://github.com/letsencrypt/website/blob/master/static/js/stats.js contains texts, which made it hard to translate.
Ex. L310:
title: 'Percent of Pageloads over HTTPS (14 day moving average)',Maybe they could be read from the dom? Or maybe an inline script could invoke a function, with the texts as parameters, to start the drawing?