Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 347 Bytes

i18n_html_localize

js script to localize html

just add it to your html

<script type="text/javascript" src="i18n_html_localize.js"></script>

This library supposes that you use MSG_name format for your localisation messages.

<label title="__MSG_title__">__MSG_text__<input type="checkbox" id="autoAdult" /></label>