This repository provides localization components for Hyperform.
Just add the file representing your language after the main hyperform
script:
<script src="hyperform.js"></script>
<!-- load German strings -->
<script src="hyperform.de.js"></script>
<script>
/* Presto! Validation messages are in German. */
hyperform.capture(document);
</script>