ffiona / hyperform-l10n

Translations for Hyperform

Home Page:https://hyperform.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text “Hyperform - Insert Form” in 80s arcade game style

Localizations for Hyperform

This repository provides localization components for Hyperform.

Usage

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>

About

Translations for Hyperform

https://hyperform.js.org

License:Other


Languages

Language:Makefile 100.0%