Source code for my Indian language translation map website.
 
 
 
 
Go to file
Aadhavan Srinivasan 2f7cdd2ea7 Add loading spinner while map loads; fade in map and fade out spinner; load HTMX locally; show text while translations and romanizations are being fetched
golangServer Fix ordering of languages when inserting into DB
.gitignore Added gitignore
how_to_update_language_boundaries.txt Added how-to file
htmx.min.js Download HTMX locally
index.html Add loading spinner while map loads; fade in map and fade out spinner; load HTMX locally; show text while translations and romanizations are being fetched
index.js Move Tulu language name a little
india.json unminified
india_with_districts.json Added new geoJSON file with districts (credit to https://github.com/udit-001/india-maps-data)
india_with_districts_with_languages.json Removed marwari (Rajasthan mostly speaks Hindi)
india_with_districts_without_states.json Added new JSON - without the state boundaries, just districts
language_borders.json Removed marwari (Rajasthan mostly speaks Hindi)
languages.txt Added Awadhi language
server.py Added romanization server code
todo.txt Updated TODO
translations.db Added pointer-events: none for state boundaries, updated translations
updateTranslations.js Updated references to classname
xlit_server.py Fix ordering of languages when inserting into DB