Refactor all templates to dictpress v5 (Rust/Tera templates).

This commit is contained in:
2026-03-26 14:59:30 +05:30
parent c07b8331c3
commit b13a23bbc4
22 changed files with 1032 additions and 1585 deletions
+1 -6
View File
@@ -1,8 +1,3 @@
// Custom language code mapping for govarnam.
window.autoCompLangCodes = {
"kannada": "kn"
}
function hasKannadaChar(str) {
return /[\u0C80-\u0CFF]/.test(str);
}
@@ -57,4 +52,4 @@ function hasKannadaChar(str) {
defs[i].appendChild(s);
}
})();
})();