forked from dict/alar.ink
Add custom language code mapping for Govarnam.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
// Custom language code mapping for govarnam.
|
||||
window.autoCompLangCodes = {
|
||||
"kannada": "kn"
|
||||
}
|
||||
|
||||
function hasKannadaChar(str) {
|
||||
return /[\u0C80-\u0CFF]/.test(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user