To add a new language:
- Download, process, and verify the data using the bomhog.
- Copy the JSON data output from bomhog into
./datain this repository. - Add an
<option>for the new language toselect#selLang1inindex.html. Thedata-booksattribute value can be pulled fromnav.jsonusing. I paste the contents into a browsers dev tools likevar d = <pasted contents>;and thenvar str = ''; for (var i = 0; i < d.books.length; i++) { str += d.books[i].text + ','; } - Add an
<option>for the new language toselect#selLang2also. - The bomhog repository also can create the
<option>values usingnode generateHtmlSelect