Move Tulu language name a little

This commit is contained in:
2025-03-18 15:57:56 -04:00
parent 53cd9b9465
commit 56cae83339

View File

@@ -239,6 +239,9 @@ function drawMap(world) {
}
if (d.properties.lang_name == "Maithali") {
rtv += 10;
}
if (d.properties.lang_name == "Konkani") {
rtv -= 15;
}
return rtv
}