/* Position map load spinner in the middle of the SVG */
#svgContainer {
position: relative;
@ -189,24 +201,23 @@
.district {
stroke-width: 0.1;
}
.translationText, .romanizationText {
/* .translationText, .romanizationText {
font-size: 1em;
}
.languageText {
font-size: 0.8em;
}
} */
}
@media only screen and (max-width: 768px) {
/* @media only screen and (max-width: 768px) {
.translationText, .romanizationText {
font-size: 0.7em;
font-size: 0.8em;
}
.languageText {
font-size: 0.6em;
}
}
} */
</style>
</head>
<body>
@ -223,14 +234,13 @@
<noscript>
<h2>This website requires javascript to work.</h2>
</noscript>
<p>
<ul>
<li>Enter text in English. Translations are displayed on the map, along with romanizations (translation converted to Latin script).
<li>Hover over a language region (denoted by color) to see the language spoken in the region. Language boundaries were drawn using census data; they may be inaccurate.
<li>Translations are retrieved from Google Translate - they may be innacurate.
<li>Romanizations are made with the <kbd>ai4bharat-transliteration</kbd> AI model, developed by <ahref="https://ai4bharat.iitm.ac.in/">Ai4Bharat</a>.
<li>Enter text in English. Translations are displayed on the map, along with romanizations (translation converted to Latin script).</li>
<li>Hover over a language region (denoted by color) to see the language spoken in the region. Language boundaries were drawn using census data; they may be inaccurate.</li>
<li>Translations are retrieved from Google Translate - they may be innacurate.</li>
<li>Romanizations are made with the <kbd>ai4bharat-transliteration</kbd> AI model, developed by <ahref="https://ai4bharat.iitm.ac.in/">Ai4Bharat</a>.</li>