Add custom language code mapping for Govarnam.

This commit is contained in:
2025-11-30 16:28:59 +05:30
parent a2fda5eb97
commit 91e8616fb9
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
// Custom language code mapping for govarnam.
window.autoCompLangCodes = {
"kannada": "kn"
}
function hasKannadaChar(str) {
return /[\u0C80-\u0CFF]/.test(str);
}